Interface ContainerRegistryMap.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ContainerRegistryMap.Builder,,- ContainerRegistryMap> - SdkBuilder<ContainerRegistryMap.Builder,,- ContainerRegistryMap> - SdkPojo
- Enclosing class:
- ContainerRegistryMap
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
registryMappingsMapping 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.
 
- 
registryMappingsMapping 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.
 
- 
registryMappingsContainerRegistryMap.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.Builderavoiding the need to create one manually viaRegistryMapping.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toregistryMappings(List<RegistryMapping>).- Parameters:
- registryMappings- a consumer that will call methods on- RegistryMapping.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
imageMappingsImage 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.
 
- 
imageMappingsImage 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.
 
- 
imageMappingsImage 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.Builderavoiding the need to create one manually viaImageMapping.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimageMappings(List<ImageMapping>).- Parameters:
- imageMappings- a consumer that will call methods on- ImageMapping.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-