public static interface BatchCheckLayerAvailabilityRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<BatchCheckLayerAvailabilityRequest.Builder,BatchCheckLayerAvailabilityRequest>
| Modifier and Type | Method and Description |
|---|---|
BatchCheckLayerAvailabilityRequest.Builder |
layerDigests(Collection<String> layerDigests)
The digests of the image layers to check.
|
BatchCheckLayerAvailabilityRequest.Builder |
layerDigests(String... layerDigests)
The digests of the image layers to check.
|
BatchCheckLayerAvailabilityRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
BatchCheckLayerAvailabilityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
BatchCheckLayerAvailabilityRequest.Builder |
registryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the image layers to check.
|
BatchCheckLayerAvailabilityRequest.Builder |
repositoryName(String repositoryName)
The name of the repository that is associated with the image layers to check.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCheckLayerAvailabilityRequest.Builder registryId(String registryId)
The Amazon Web Services account ID associated with the registry that contains the image layers to check. If you do not specify a registry, the default registry is assumed.
registryId - The Amazon Web Services account ID associated with the registry that contains the image layers to
check. If you do not specify a registry, the default registry is assumed.BatchCheckLayerAvailabilityRequest.Builder repositoryName(String repositoryName)
The name of the repository that is associated with the image layers to check.
repositoryName - The name of the repository that is associated with the image layers to check.BatchCheckLayerAvailabilityRequest.Builder layerDigests(Collection<String> layerDigests)
The digests of the image layers to check.
layerDigests - The digests of the image layers to check.BatchCheckLayerAvailabilityRequest.Builder layerDigests(String... layerDigests)
The digests of the image layers to check.
layerDigests - The digests of the image layers to check.BatchCheckLayerAvailabilityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchCheckLayerAvailabilityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.