public static interface CompleteLayerUploadRequest.Builder extends EcrPublicRequest.Builder, SdkPojo, CopyableBuilder<CompleteLayerUploadRequest.Builder,CompleteLayerUploadRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCompleteLayerUploadRequest.Builder registryId(String registryId)
The AWS account ID associated with the registry to which to upload layers. If you do not specify a registry, the default public registry is assumed.
registryId - The AWS account ID associated with the registry to which to upload layers. If you do not specify a
registry, the default public registry is assumed.CompleteLayerUploadRequest.Builder repositoryName(String repositoryName)
The name of the repository in a public registry to associate with the image layer.
repositoryName - The name of the repository in a public registry to associate with the image layer.CompleteLayerUploadRequest.Builder uploadId(String uploadId)
The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.
uploadId - The upload ID from a previous InitiateLayerUpload operation to associate with the image layer.CompleteLayerUploadRequest.Builder layerDigests(Collection<String> layerDigests)
The sha256 digest of the image layer.
layerDigests - The sha256 digest of the image layer.CompleteLayerUploadRequest.Builder layerDigests(String... layerDigests)
The sha256 digest of the image layer.
layerDigests - The sha256 digest of the image layer.CompleteLayerUploadRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCompleteLayerUploadRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.