Class CfnAggregationAuthorizationPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.config.CfnAggregationAuthorizationPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAggregationAuthorizationPropsMixin>
- Enclosing class:
CfnAggregationAuthorizationPropsMixin
@Stability(Stable)
public static final class CfnAggregationAuthorizationPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAggregationAuthorizationPropsMixin>
A fluent builder for
CfnAggregationAuthorizationPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionauthorizedAccountId(String authorizedAccountId) The 12-digit account ID of the account authorized to aggregate data.authorizedAwsRegion(String authorizedAwsRegion) The region authorized to collect aggregated data.build()create()create(CfnPropertyMixinOptions options) An array of tag object.
-
Method Details
-
create
@Stability(Stable) public static CfnAggregationAuthorizationPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnAggregationAuthorizationPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnAggregationAuthorizationPropsMixin.Builder.
-
authorizedAccountId
@Stability(Stable) public CfnAggregationAuthorizationPropsMixin.Builder authorizedAccountId(String authorizedAccountId) The 12-digit account ID of the account authorized to aggregate data.- Parameters:
authorizedAccountId- The 12-digit account ID of the account authorized to aggregate data. This parameter is required.- Returns:
this- See Also:
-
authorizedAwsRegion
@Stability(Stable) public CfnAggregationAuthorizationPropsMixin.Builder authorizedAwsRegion(String authorizedAwsRegion) The region authorized to collect aggregated data.- Parameters:
authorizedAwsRegion- The region authorized to collect aggregated data. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnAggregationAuthorizationPropsMixin.Builder tags(List<? extends CfnTag> tags) An array of tag object.- Parameters:
tags- An array of tag object. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAggregationAuthorizationPropsMixin>- Returns:
- a newly built instance of
CfnAggregationAuthorizationPropsMixin.
-