Interface BatchCheckLayerAvailabilityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchCheckLayerAvailabilityRequest.Builder,BatchCheckLayerAvailabilityRequest>,EcrRequest.Builder,SdkBuilder<BatchCheckLayerAvailabilityRequest.Builder,BatchCheckLayerAvailabilityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchCheckLayerAvailabilityRequest
public static interface BatchCheckLayerAvailabilityRequest.Builder extends EcrRequest.Builder, SdkPojo, CopyableBuilder<BatchCheckLayerAvailabilityRequest.Builder,BatchCheckLayerAvailabilityRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchCheckLayerAvailabilityRequest.BuilderlayerDigests(String... layerDigests)The digests of the image layers to check.BatchCheckLayerAvailabilityRequest.BuilderlayerDigests(Collection<String> layerDigests)The digests of the image layers to check.BatchCheckLayerAvailabilityRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchCheckLayerAvailabilityRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)BatchCheckLayerAvailabilityRequest.BuilderregistryId(String registryId)The Amazon Web Services account ID associated with the registry that contains the image layers to check.BatchCheckLayerAvailabilityRequest.BuilderrepositoryName(String repositoryName)The name of the repository that is associated with the image layers to check.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ecr.model.EcrRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
registryId
BatchCheckLayerAvailabilityRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
repositoryName
BatchCheckLayerAvailabilityRequest.Builder repositoryName(String repositoryName)
The name of the repository that is associated with the image layers to check.
- Parameters:
repositoryName- The name of the repository that is associated with the image layers to check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
layerDigests
BatchCheckLayerAvailabilityRequest.Builder layerDigests(Collection<String> layerDigests)
The digests of the image layers to check.
- Parameters:
layerDigests- The digests of the image layers to check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
layerDigests
BatchCheckLayerAvailabilityRequest.Builder layerDigests(String... layerDigests)
The digests of the image layers to check.
- Parameters:
layerDigests- The digests of the image layers to check.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchCheckLayerAvailabilityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchCheckLayerAvailabilityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-