Uses of Class
com.google.cloud.storage.multipartupload.model.Part.Builder
Packages that use Part.Builder
-
Uses of Part.Builder in com.google.cloud.storage.multipartupload.model
Methods in com.google.cloud.storage.multipartupload.model that return Part.BuilderModifier and TypeMethodDescriptionstatic Part.BuilderPart.builder()Returns a new builder for this class.Sets the ETag of the part.Part.Builder.lastModified(OffsetDateTime lastModified) Sets the last modified time of the part.Part.Builder.partNumber(int partNumber) Sets the part number.Part.Builder.size(long size) Sets the size of the part.