public static interface BatchCheckLayerAvailabilityRequest.Builder extends ECRRequest.Builder, 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 |
registryId(String registryId)
The AWS 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.
|
BatchCheckLayerAvailabilityRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
BatchCheckLayerAvailabilityRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
BatchCheckLayerAvailabilityRequest.Builder registryId(String registryId)
The AWS 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 AWS 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.BatchCheckLayerAvailabilityRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.