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.
|
buildoverrideConfigurationcopyapplyMutation, buildUploadLayerPartRequest.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.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.UploadLayerPartRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.