Class CfnPublicRepositoryMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ecr.CfnPublicRepositoryMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPublicRepositoryMixinProps>
- Enclosing interface:
CfnPublicRepositoryMixinProps
@Stability(Stable)
public static final class CfnPublicRepositoryMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPublicRepositoryMixinProps>
A builder for
CfnPublicRepositoryMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.repositoryCatalogData(Object repositoryCatalogData) Sets the value ofCfnPublicRepositoryMixinProps.getRepositoryCatalogData()repositoryName(String repositoryName) Sets the value ofCfnPublicRepositoryMixinProps.getRepositoryName()repositoryPolicyText(Object repositoryPolicyText) Sets the value ofCfnPublicRepositoryMixinProps.getRepositoryPolicyText()Sets the value ofCfnPublicRepositoryMixinProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
repositoryCatalogData
@Stability(Stable) public CfnPublicRepositoryMixinProps.Builder repositoryCatalogData(Object repositoryCatalogData) Sets the value ofCfnPublicRepositoryMixinProps.getRepositoryCatalogData()- Parameters:
repositoryCatalogData- The details about the repository that are publicly visible in the Amazon ECR Public Gallery. For more information, see Amazon ECR Public repository catalog data in the Amazon ECR Public User Guide .- Returns:
this
-
repositoryName
@Stability(Stable) public CfnPublicRepositoryMixinProps.Builder repositoryName(String repositoryName) Sets the value ofCfnPublicRepositoryMixinProps.getRepositoryName()- Parameters:
repositoryName- The name to use for the public repository. The repository name may be specified on its own (such asnginx-web-app) or it can be prepended with a namespace to group the repository into a category (such asproject-a/nginx-web-app). If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the repository name. For more information, see Name Type .If you specify a name, you cannot perform updates that require replacement of this resource. You can perform updates that require no or some interruption. If you must replace the resource, specify a new name.
- Returns:
this
-
repositoryPolicyText
@Stability(Stable) public CfnPublicRepositoryMixinProps.Builder repositoryPolicyText(Object repositoryPolicyText) Sets the value ofCfnPublicRepositoryMixinProps.getRepositoryPolicyText()- Parameters:
repositoryPolicyText- The JSON repository policy text to apply to the public repository. For more information, see Amazon ECR Public repository policies in the Amazon ECR Public User Guide .- Returns:
this
-
tags
Sets the value ofCfnPublicRepositoryMixinProps.getTags()- Parameters:
tags- An array of key-value pairs to apply to this resource.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPublicRepositoryMixinProps>- Returns:
- a new instance of
CfnPublicRepositoryMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-