@Stability(value=Stable) public static final class CfnRepositoryProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRepositoryProps>
CfnRepositoryProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnRepositoryProps.Builder domainName(String domainName)
CfnRepositoryProps.getDomainName()domainName - The name of the domain that contains the repository. This parameter is required.this@Stability(value=Stable) public CfnRepositoryProps.Builder repositoryName(String repositoryName)
CfnRepositoryProps.getRepositoryName()repositoryName - The name of an upstream repository. This parameter is required.this@Stability(value=Stable) public CfnRepositoryProps.Builder description(String description)
CfnRepositoryProps.getDescription()description - A text description of the repository.this@Stability(value=Stable) public CfnRepositoryProps.Builder domainOwner(String domainOwner)
CfnRepositoryProps.getDomainOwner()domainOwner - The 12-digit account number of the AWS account that owns the domain that contains the repository.
It does not include dashes or spaces.this@Stability(value=Stable) public CfnRepositoryProps.Builder externalConnections(List<String> externalConnections)
CfnRepositoryProps.getExternalConnections()externalConnections - An array of external connections associated with the repository.this@Stability(value=Stable) public CfnRepositoryProps.Builder permissionsPolicyDocument(Object permissionsPolicyDocument)
CfnRepositoryProps.getPermissionsPolicyDocument()permissionsPolicyDocument - The document that defines the resource policy that is set on a repository.this@Stability(value=Stable) public CfnRepositoryProps.Builder tags(List<? extends CfnTag> tags)
CfnRepositoryProps.getTags()tags - A list of tags to be applied to the repository.this@Stability(value=Stable) public CfnRepositoryProps.Builder upstreams(List<String> upstreams)
CfnRepositoryProps.getUpstreams()upstreams - A list of upstream repositories to associate with the repository.
The order of the upstream repositories in the list determines their priority order when AWS CodeArtifact looks for a requested package version. For more information, see Working with upstream repositories .this@Stability(value=Stable) public CfnRepositoryProps build()
build in interface software.amazon.jsii.Builder<CfnRepositoryProps>CfnRepositoryPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.