@Stability(value=Stable) public static final class CfnRepositoryAssociationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnRepositoryAssociationProps>
CfnRepositoryAssociationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnRepositoryAssociationProps |
build()
Builds the configured instance.
|
CfnRepositoryAssociationProps.Builder |
connectionArn(String connectionArn)
Sets the value of
CfnRepositoryAssociationProps.getConnectionArn() |
CfnRepositoryAssociationProps.Builder |
name(String name)
Sets the value of
CfnRepositoryAssociationProps.getName() |
CfnRepositoryAssociationProps.Builder |
owner(String owner)
Sets the value of
CfnRepositoryAssociationProps.getOwner() |
CfnRepositoryAssociationProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnRepositoryAssociationProps.getTags() |
CfnRepositoryAssociationProps.Builder |
type(String type)
Sets the value of
CfnRepositoryAssociationProps.getType() |
@Stability(value=Stable) public CfnRepositoryAssociationProps.Builder name(String name)
CfnRepositoryAssociationProps.getName()name - `AWS::CodeGuruReviewer::RepositoryAssociation.Name`. This parameter is required.this@Stability(value=Stable) public CfnRepositoryAssociationProps.Builder type(String type)
CfnRepositoryAssociationProps.getType()type - `AWS::CodeGuruReviewer::RepositoryAssociation.Type`. This parameter is required.this@Stability(value=Stable) public CfnRepositoryAssociationProps.Builder connectionArn(String connectionArn)
CfnRepositoryAssociationProps.getConnectionArn()connectionArn - `AWS::CodeGuruReviewer::RepositoryAssociation.ConnectionArn`.this@Stability(value=Stable) public CfnRepositoryAssociationProps.Builder owner(String owner)
CfnRepositoryAssociationProps.getOwner()owner - `AWS::CodeGuruReviewer::RepositoryAssociation.Owner`.this@Stability(value=Stable) public CfnRepositoryAssociationProps.Builder tags(List<? extends CfnTag> tags)
CfnRepositoryAssociationProps.getTags()tags - `AWS::CodeGuruReviewer::RepositoryAssociation.Tags`.this@Stability(value=Stable) public CfnRepositoryAssociationProps build()
build in interface software.amazon.jsii.Builder<CfnRepositoryAssociationProps>CfnRepositoryAssociationPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.