Class CfnPublisherPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.cloudformation.CfnPublisherPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnPublisherPropsMixin>
- Enclosing class:
CfnPublisherPropsMixin
@Stability(Stable)
public static final class CfnPublisherPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnPublisherPropsMixin>
A fluent builder for
CfnPublisherPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionacceptTermsAndConditions(Boolean acceptTermsAndConditions) Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry.acceptTermsAndConditions(IResolvable acceptTermsAndConditions) Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry.build()connectionArn(String connectionArn) If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account.create()create(CfnPropertyMixinOptions options)
-
Method Details
-
create
@Stability(Stable) public static CfnPublisherPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnPublisherPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnPublisherPropsMixin.Builder.
-
acceptTermsAndConditions
@Stability(Stable) public CfnPublisherPropsMixin.Builder acceptTermsAndConditions(Boolean acceptTermsAndConditions) Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to register to publish public extensions to the CloudFormation registry.The default is
false.- Parameters:
acceptTermsAndConditions- Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to register to publish public extensions to the CloudFormation registry. This parameter is required.- Returns:
this- See Also:
-
acceptTermsAndConditions
@Stability(Stable) public CfnPublisherPropsMixin.Builder acceptTermsAndConditions(IResolvable acceptTermsAndConditions) Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to register to publish public extensions to the CloudFormation registry.The default is
false.- Parameters:
acceptTermsAndConditions- Whether you accept the Terms and Conditions for publishing extensions in the CloudFormation registry. You must accept the terms and conditions in order to register to publish public extensions to the CloudFormation registry. This parameter is required.- Returns:
this- See Also:
-
connectionArn
If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account.For more information, see Prerequisite: Registering your account to publish CloudFormation extensions in the AWS CloudFormation Command Line Interface (CLI) User Guide .
- Parameters:
connectionArn- If you are using a Bitbucket or GitHub account for identity verification, the Amazon Resource Name (ARN) for your connection to that account. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnPublisherPropsMixin>- Returns:
- a newly built instance of
CfnPublisherPropsMixin.
-