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) |
UploadLayerPartRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UploadLayerPartRequest.Builder |
partFirstByte(Long partFirstByte)
The position of the first byte of the layer part witin the overall image layer.
|
UploadLayerPartRequest.Builder |
partLastByte(Long partLastByte)
The position of the last byte of the layer part within the overall image layer.
|
UploadLayerPartRequest.Builder |
registryId(String registryId)
The Amazon Web Services 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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUploadLayerPartRequest.Builder registryId(String registryId)
The Amazon Web Services 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 Amazon Web Services 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 position of the first byte of the layer part witin the overall image layer.
partFirstByte - The position of the first byte of the layer part witin the overall image layer.UploadLayerPartRequest.Builder partLastByte(Long partLastByte)
The position of the last byte of the layer part within the overall image layer.
partLastByte - The position of the last byte of the layer part within the overall image layer.UploadLayerPartRequest.Builder layerPartBlob(SdkBytes layerPartBlob)
The base64-encoded layer part payload.
layerPartBlob - The base64-encoded layer part payload.UploadLayerPartRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUploadLayerPartRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.