Class CfnAccountPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnAccountPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccountPropsMixin>
- Enclosing class:
CfnAccountPropsMixin
@Stability(Stable)
public static final class CfnAccountPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAccountPropsMixin>
A fluent builder for
CfnAccountPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()cloudWatchRoleArn(String cloudWatchRoleArn) The ARN of an Amazon CloudWatch role for the current Account.cloudWatchRoleArn(IRoleRef cloudWatchRoleArn) The ARN of an Amazon CloudWatch role for the current Account.static CfnAccountPropsMixin.Buildercreate()static CfnAccountPropsMixin.Buildercreate(CfnPropertyMixinOptions options)
-
Method Details
-
create
@Stability(Stable) public static CfnAccountPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAccountPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAccountPropsMixin.Builder.
-
cloudWatchRoleArn
The ARN of an Amazon CloudWatch role for the current Account.- Parameters:
cloudWatchRoleArn- The ARN of an Amazon CloudWatch role for the current Account. This parameter is required.- Returns:
this- See Also:
-
cloudWatchRoleArn
@Stability(Stable) public CfnAccountPropsMixin.Builder cloudWatchRoleArn(IRoleRef cloudWatchRoleArn) The ARN of an Amazon CloudWatch role for the current Account.- Parameters:
cloudWatchRoleArn- The ARN of an Amazon CloudWatch role for the current Account. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAccountPropsMixin>- Returns:
- a newly built instance of
CfnAccountPropsMixin.
-