Interface CompleteAttachmentUploadResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CompleteAttachmentUploadResponse.Builder,,CompleteAttachmentUploadResponse> SdkBuilder<CompleteAttachmentUploadResponse.Builder,,CompleteAttachmentUploadResponse> SdkPojo,SdkResponse.Builder,SupportResponse.Builder
- Enclosing class:
CompleteAttachmentUploadResponse
@Mutable
@NotThreadSafe
public static interface CompleteAttachmentUploadResponse.Builder
extends SupportResponse.Builder, SdkPojo, CopyableBuilder<CompleteAttachmentUploadResponse.Builder,CompleteAttachmentUploadResponse>
-
Method Summary
Modifier and TypeMethodDescriptionuploadStatus(String uploadStatus) The status of the multipart upload after the operation finalizes the attachment.uploadStatus(UploadStatus uploadStatus) The status of the multipart upload after the operation finalizes the attachment.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.support.model.SupportResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
uploadStatus
The status of the multipart upload after the operation finalizes the attachment. Valid values:
attachment-ready,attachment-not-ready, andfailed.- Parameters:
uploadStatus- The status of the multipart upload after the operation finalizes the attachment. Valid values:attachment-ready,attachment-not-ready, andfailed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
uploadStatus
The status of the multipart upload after the operation finalizes the attachment. Valid values:
attachment-ready,attachment-not-ready, andfailed.- Parameters:
uploadStatus- The status of the multipart upload after the operation finalizes the attachment. Valid values:attachment-ready,attachment-not-ready, andfailed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-