Class CfnAccount.Builder
java.lang.Object
software.amazon.awscdk.services.apigateway.CfnAccount.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAccount>
- Enclosing class:
CfnAccount
@Stability(Stable)
public static final class CfnAccount.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAccount>
A fluent builder for
CfnAccount
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
cloudWatchRoleArn
(String cloudWatchRoleArn) The ARN of an Amazon CloudWatch role for the current Account.static CfnAccount.Builder
-
Method Details
-
create
@Stability(Stable) public static CfnAccount.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnAccount.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:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnAccount>
- Returns:
- a newly built instance of
CfnAccount
.
-