Uses of Interface
software.amazon.awssdk.services.s3.model.ListPartsResponse.Builder
Packages that use ListPartsResponse.Builder
-
Uses of ListPartsResponse.Builder in software.amazon.awssdk.services.s3.model
Methods in software.amazon.awssdk.services.s3.model that return ListPartsResponse.BuilderModifier and TypeMethodDescriptionIf the bucket has a lifecycle rule configured with an action to abort incomplete multipart uploads and the prefix in the lifecycle rule matches the object name in the request, then the response includes this header indicating when the initiated multipart upload will become eligible for abort operation.ListPartsResponse.Builder.abortRuleId(String abortRuleId) This header is returned along with thex-amz-abort-dateheader.The name of the bucket to which the multipart upload was initiated.static ListPartsResponse.BuilderListPartsResponse.builder()ListPartsResponse.Builder.checksumAlgorithm(String checksumAlgorithm) The algorithm that was used to create a checksum of the object.ListPartsResponse.Builder.checksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) The algorithm that was used to create a checksum of the object.ListPartsResponse.Builder.checksumType(String checksumType) The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.ListPartsResponse.Builder.checksumType(ChecksumType checksumType) The checksum type, which determines how part-level checksums are combined to create an object-level checksum for multipart objects.default ListPartsResponse.BuilderListPartsResponse.Builder.initiator(Consumer<Initiator.Builder> initiator) Container element that identifies who initiated the multipart upload.Container element that identifies who initiated the multipart upload.ListPartsResponse.Builder.isTruncated(Boolean isTruncated) Indicates whether the returned list of parts is truncated.Object key for which the multipart upload was initiated.Maximum number of parts that were allowed in the response.ListPartsResponse.Builder.nextPartNumberMarker(Integer nextPartNumberMarker) When a list is truncated, this element specifies the last part in the list, as well as the value to use for thepart-number-markerrequest parameter in a subsequent request.default ListPartsResponse.BuilderListPartsResponse.Builder.owner(Consumer<Owner.Builder> owner) Container element that identifies the object owner, after the object is created.Container element that identifies the object owner, after the object is created.ListPartsResponse.Builder.partNumberMarker(Integer partNumberMarker) Specifies the part after which listing should begin.ListPartsResponse.Builder.parts(Collection<Part> parts) Container for elements related to a particular part.ListPartsResponse.Builder.parts(Consumer<Part.Builder>... parts) Container for elements related to a particular part.Container for elements related to a particular part.ListPartsResponse.Builder.requestCharged(String requestCharged) Sets the value of the RequestCharged property for this object.ListPartsResponse.Builder.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.ListPartsResponse.Builder.storageClass(String storageClass) The class of storage used to store the uploaded object.ListPartsResponse.Builder.storageClass(StorageClass storageClass) The class of storage used to store the uploaded object.ListPartsResponse.toBuilder()Upload ID identifying the multipart upload whose parts are being listed.Methods in software.amazon.awssdk.services.s3.model that return types with arguments of type ListPartsResponse.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ListPartsResponse.Builder>ListPartsResponse.serializableBuilderClass()