Interface InitiateMultipartUploadResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<InitiateMultipartUploadResponse.Builder,InitiateMultipartUploadResponse>,GlacierResponse.Builder,SdkBuilder<InitiateMultipartUploadResponse.Builder,InitiateMultipartUploadResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- InitiateMultipartUploadResponse
public static interface InitiateMultipartUploadResponse.Builder extends GlacierResponse.Builder, SdkPojo, CopyableBuilder<InitiateMultipartUploadResponse.Builder,InitiateMultipartUploadResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InitiateMultipartUploadResponse.Builderlocation(String location)The relative URI path of the multipart upload ID Amazon S3 Glacier created.InitiateMultipartUploadResponse.BuilderuploadId(String uploadId)The ID of the multipart upload.-
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
InitiateMultipartUploadResponse.Builder location(String location)
The relative URI path of the multipart upload ID Amazon S3 Glacier created.
- Parameters:
location- The relative URI path of the multipart upload ID Amazon S3 Glacier created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
uploadId
InitiateMultipartUploadResponse.Builder uploadId(String uploadId)
The ID of the multipart upload. This value is also included as part of the location.
- Parameters:
uploadId- The ID of the multipart upload. 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.
-
-