Interface ContainerRegistryMap.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ContainerRegistryMap.Builder,
,ContainerRegistryMap> SdkBuilder<ContainerRegistryMap.Builder,
,ContainerRegistryMap> SdkPojo
- Enclosing class:
ContainerRegistryMap
-
Method Summary
Modifier and TypeMethodDescriptionimageMappings
(Collection<ImageMapping> imageMappings) Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.imageMappings
(Consumer<ImageMapping.Builder>... imageMappings) Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.imageMappings
(ImageMapping... imageMappings) Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.registryMappings
(Collection<RegistryMapping> registryMappings) Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.registryMappings
(Consumer<RegistryMapping.Builder>... registryMappings) Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.registryMappings
(RegistryMapping... registryMappings) Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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 Details
-
registryMappings
Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.
- Parameters:
registryMappings
- Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryMappings
Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.
- Parameters:
registryMappings
- Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
registryMappings
ContainerRegistryMap.Builder registryMappings(Consumer<RegistryMapping.Builder>... registryMappings) Mapping that provides the ECR repository path where upstream container images are pulled and synchronized.
This is a convenience method that creates an instance of theRegistryMapping.Builder
avoiding the need to create one manually viaRegistryMapping.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toregistryMappings(List<RegistryMapping>)
.- Parameters:
registryMappings
- a consumer that will call methods onRegistryMapping.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
imageMappings
Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.
- Parameters:
imageMappings
- Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageMappings
Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.
- Parameters:
imageMappings
- Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
imageMappings
Image mappings specify path mappings between the ECR private repository and their corresponding external repositories.
This is a convenience method that creates an instance of theImageMapping.Builder
avoiding the need to create one manually viaImageMapping.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimageMappings(List<ImageMapping>)
.- Parameters:
imageMappings
- a consumer that will call methods onImageMapping.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-