@Stability(value=Stable) public static final class CfnPublicRepositoryProps.Builder extends Object implements software.amazon.jsii.Builder<CfnPublicRepositoryProps>
CfnPublicRepositoryProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnPublicRepositoryProps |
build()
Builds the configured instance.
|
CfnPublicRepositoryProps.Builder |
repositoryCatalogData(Object repositoryCatalogData)
Sets the value of
CfnPublicRepositoryProps.getRepositoryCatalogData() |
CfnPublicRepositoryProps.Builder |
repositoryName(String repositoryName)
Sets the value of
CfnPublicRepositoryProps.getRepositoryName() |
CfnPublicRepositoryProps.Builder |
repositoryPolicyText(Object repositoryPolicyText)
Sets the value of
CfnPublicRepositoryProps.getRepositoryPolicyText() |
CfnPublicRepositoryProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnPublicRepositoryProps.getTags() |
@Stability(value=Stable) public CfnPublicRepositoryProps.Builder repositoryCatalogData(Object repositoryCatalogData)
CfnPublicRepositoryProps.getRepositoryCatalogData()repositoryCatalogData - `AWS::ECR::PublicRepository.RepositoryCatalogData`.this@Stability(value=Stable) public CfnPublicRepositoryProps.Builder repositoryName(String repositoryName)
CfnPublicRepositoryProps.getRepositoryName()repositoryName - `AWS::ECR::PublicRepository.RepositoryName`.this@Stability(value=Stable) public CfnPublicRepositoryProps.Builder repositoryPolicyText(Object repositoryPolicyText)
CfnPublicRepositoryProps.getRepositoryPolicyText()repositoryPolicyText - `AWS::ECR::PublicRepository.RepositoryPolicyText`.this@Stability(value=Stable) public CfnPublicRepositoryProps.Builder tags(List<? extends CfnTag> tags)
CfnPublicRepositoryProps.getTags()tags - `AWS::ECR::PublicRepository.Tags`.this@Stability(value=Stable) public CfnPublicRepositoryProps build()
build in interface software.amazon.jsii.Builder<CfnPublicRepositoryProps>CfnPublicRepositoryPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.