Uses of Class
software.amazon.awscdk.services.codeartifact.CfnRepositoryProps.Builder
Package
Description
AWS::CodeArtifact Construct Library
-
Uses of CfnRepositoryProps.Builder in software.amazon.awscdk.services.codeartifact
Modifier and TypeMethodDescriptionstatic CfnRepositoryProps.Builder
CfnRepositoryProps.builder()
CfnRepositoryProps.Builder.description
(String description) Sets the value ofCfnRepositoryProps.getDescription()
CfnRepositoryProps.Builder.domainName
(String domainName) Sets the value ofCfnRepositoryProps.getDomainName()
CfnRepositoryProps.Builder.domainOwner
(String domainOwner) Sets the value ofCfnRepositoryProps.getDomainOwner()
CfnRepositoryProps.Builder.externalConnections
(List<String> externalConnections) Sets the value ofCfnRepositoryProps.getExternalConnections()
CfnRepositoryProps.Builder.permissionsPolicyDocument
(Object permissionsPolicyDocument) Sets the value ofCfnRepositoryProps.getPermissionsPolicyDocument()
CfnRepositoryProps.Builder.repositoryName
(String repositoryName) Sets the value ofCfnRepositoryProps.getRepositoryName()
Sets the value ofCfnRepositoryProps.getTags()
Sets the value ofCfnRepositoryProps.getUpstreams()
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnRepositoryProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnRepositoryProps.Builder
.