public static final class CfnAggregationAuthorization.Builder
extends java.lang.Object
CfnAggregationAuthorization
.Modifier and Type | Method and Description |
---|---|
CfnAggregationAuthorization.Builder |
authorizedAccountId(java.lang.String authorizedAccountId)
The 12-digit account ID of the account authorized to aggregate data.
|
CfnAggregationAuthorization.Builder |
authorizedAwsRegion(java.lang.String authorizedAwsRegion)
The region authorized to collect aggregated data.
|
CfnAggregationAuthorization |
build() |
static CfnAggregationAuthorization.Builder |
create(Construct scope,
java.lang.String id) |
CfnAggregationAuthorization.Builder |
tags(java.util.List<? extends CfnTag> tags)
An array of tag object.
|
public static CfnAggregationAuthorization.Builder create(Construct scope, java.lang.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
.public CfnAggregationAuthorization.Builder authorizedAccountId(java.lang.String authorizedAccountId)
authorizedAccountId
- The 12-digit account ID of the account authorized to aggregate data. This parameter is required.this
public CfnAggregationAuthorization.Builder authorizedAwsRegion(java.lang.String authorizedAwsRegion)
authorizedAwsRegion
- The region authorized to collect aggregated data. This parameter is required.this
public CfnAggregationAuthorization.Builder tags(java.util.List<? extends CfnTag> tags)
tags
- An array of tag object. This parameter is required.this
public CfnAggregationAuthorization build()