@Stability(value=Stable) public static final class CfnAggregationAuthorization.Builder extends Object implements software.amazon.jsii.Builder<CfnAggregationAuthorization>
CfnAggregationAuthorization.| Modifier and Type | Method and Description |
|---|---|
CfnAggregationAuthorization.Builder |
authorizedAccountId(String authorizedAccountId)
The 12-digit account ID of the account authorized to aggregate data.
|
CfnAggregationAuthorization.Builder |
authorizedAwsRegion(String authorizedAwsRegion)
The region authorized to collect aggregated data.
|
CfnAggregationAuthorization |
build() |
static CfnAggregationAuthorization.Builder |
create(software.constructs.Construct scope,
String id) |
CfnAggregationAuthorization.Builder |
tags(List<? extends CfnTag> tags)
An array of tag object.
|
@Stability(value=Stable) public static CfnAggregationAuthorization.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnAggregationAuthorization.Builder.@Stability(value=Stable) public CfnAggregationAuthorization.Builder authorizedAccountId(String authorizedAccountId)
authorizedAccountId - The 12-digit account ID of the account authorized to aggregate data. This parameter is required.this@Stability(value=Stable) public CfnAggregationAuthorization.Builder authorizedAwsRegion(String authorizedAwsRegion)
authorizedAwsRegion - The region authorized to collect aggregated data. This parameter is required.this@Stability(value=Stable) public CfnAggregationAuthorization.Builder tags(List<? extends CfnTag> tags)
tags - An array of tag object. This parameter is required.this@Stability(value=Stable) public CfnAggregationAuthorization build()
build in interface software.amazon.jsii.Builder<CfnAggregationAuthorization>Copyright © 2022. All rights reserved.