Interface UploadArchiveResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UploadArchiveResponse.Builder,,UploadArchiveResponse> GlacierResponse.Builder,SdkBuilder<UploadArchiveResponse.Builder,,UploadArchiveResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
UploadArchiveResponse
@Mutable
@NotThreadSafe
public static interface UploadArchiveResponse.Builder
extends GlacierResponse.Builder, SdkPojo, CopyableBuilder<UploadArchiveResponse.Builder,UploadArchiveResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the archive.The checksum of the archive computed by Amazon Glacier.The relative URI path of the newly added archive resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.glacier.model.GlacierResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkHttpResponse
-
Method Details
-
location
The relative URI path of the newly added archive resource.
- Parameters:
location- The relative URI path of the newly added archive resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
checksum
The checksum of the archive computed by Amazon Glacier.
- Parameters:
checksum- The checksum of the archive computed by Amazon Glacier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
archiveId
The ID of the archive. This value is also included as part of the location.
- Parameters:
archiveId- The ID of the archive. This value is also included as part of the location.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-