Interface UploadArchiveResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UploadArchiveResponse.Builder,UploadArchiveResponse>,GlacierResponse.Builder,SdkBuilder<UploadArchiveResponse.Builder,UploadArchiveResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UploadArchiveResponse
public static interface UploadArchiveResponse.Builder extends GlacierResponse.Builder, SdkPojo, CopyableBuilder<UploadArchiveResponse.Builder,UploadArchiveResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UploadArchiveResponse.BuilderarchiveId(String archiveId)The ID of the archive.UploadArchiveResponse.Builderchecksum(String checksum)The checksum of the archive computed by Amazon S3 Glacier.UploadArchiveResponse.Builderlocation(String location)The relative URI path of the newly added archive resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.glacier.model.GlacierResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
location
UploadArchiveResponse.Builder location(String 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
UploadArchiveResponse.Builder checksum(String checksum)
The checksum of the archive computed by Amazon S3 Glacier.
- Parameters:
checksum- The checksum of the archive computed by Amazon S3 Glacier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
archiveId
UploadArchiveResponse.Builder archiveId(String 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.
-
-