public static interface UploadLayerPartRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<UploadLayerPartRequest.Builder,UploadLayerPartRequest>
Modifier and Type | Method and Description |
---|---|
UploadLayerPartRequest.Builder |
layerPartBlob(SdkBytes layerPartBlob)
The base64-encoded layer part payload.
|
UploadLayerPartRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
UploadLayerPartRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
UploadLayerPartRequest.Builder |
partFirstByte(Long partFirstByte)
The integer value of the first byte of the layer part.
|
UploadLayerPartRequest.Builder |
partLastByte(Long partLastByte)
The integer value of the last byte of the layer part.
|
UploadLayerPartRequest.Builder |
registryId(String registryId)
The AWS account ID associated with the registry to which you are uploading layer parts.
|
UploadLayerPartRequest.Builder |
repositoryName(String repositoryName)
The name of the repository to which you are uploading layer parts.
|
UploadLayerPartRequest.Builder |
uploadId(String uploadId)
The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.
|
build
overrideConfiguration
copy
applyMutation, build
UploadLayerPartRequest.Builder registryId(String registryId)
The AWS account ID associated with the registry to which you are uploading layer parts. If you do not specify a registry, the default registry is assumed.
registryId
- The AWS account ID associated with the registry to which you are uploading layer parts. If you do not
specify a registry, the default registry is assumed.UploadLayerPartRequest.Builder repositoryName(String repositoryName)
The name of the repository to which you are uploading layer parts.
repositoryName
- The name of the repository to which you are uploading layer parts.UploadLayerPartRequest.Builder uploadId(String uploadId)
The upload ID from a previous InitiateLayerUpload operation to associate with the layer part upload.
uploadId
- The upload ID from a previous InitiateLayerUpload operation to associate with the layer part
upload.UploadLayerPartRequest.Builder partFirstByte(Long partFirstByte)
The integer value of the first byte of the layer part.
partFirstByte
- The integer value of the first byte of the layer part.UploadLayerPartRequest.Builder partLastByte(Long partLastByte)
The integer value of the last byte of the layer part.
partLastByte
- The integer value of the last byte of the layer part.UploadLayerPartRequest.Builder layerPartBlob(SdkBytes layerPartBlob)
The base64-encoded layer part payload.
layerPartBlob
- The base64-encoded layer part payload.UploadLayerPartRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.UploadLayerPartRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.