Class CfnImagePipeline.EcrConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.imagebuilder.CfnImagePipeline.EcrConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnImagePipeline.EcrConfigurationProperty>
- Enclosing interface:
- CfnImagePipeline.EcrConfigurationProperty
@Stability(Stable)
public static final class CfnImagePipeline.EcrConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnImagePipeline.EcrConfigurationProperty>
A builder for
CfnImagePipeline.EcrConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.containerTags(List<String> containerTags) Sets the value ofCfnImagePipeline.EcrConfigurationProperty.getContainerTags()repositoryName(String repositoryName) Sets the value ofCfnImagePipeline.EcrConfigurationProperty.getRepositoryName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
containerTags
@Stability(Stable) public CfnImagePipeline.EcrConfigurationProperty.Builder containerTags(List<String> containerTags) Sets the value ofCfnImagePipeline.EcrConfigurationProperty.getContainerTags()- Parameters:
containerTags-CfnImagePipeline.EcrConfigurationProperty.ContainerTags.- Returns:
this
-
repositoryName
@Stability(Stable) public CfnImagePipeline.EcrConfigurationProperty.Builder repositoryName(String repositoryName) Sets the value ofCfnImagePipeline.EcrConfigurationProperty.getRepositoryName()- Parameters:
repositoryName-CfnImagePipeline.EcrConfigurationProperty.RepositoryName.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnImagePipeline.EcrConfigurationProperty>- Returns:
- a new instance of
CfnImagePipeline.EcrConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-