@Stability(value=Stable) public static final class CfnAggregationAuthorizationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnAggregationAuthorizationProps>
CfnAggregationAuthorizationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnAggregationAuthorizationProps.Builder |
authorizedAccountId(String authorizedAccountId)
Sets the value of
CfnAggregationAuthorizationProps.getAuthorizedAccountId() |
CfnAggregationAuthorizationProps.Builder |
authorizedAwsRegion(String authorizedAwsRegion)
Sets the value of
CfnAggregationAuthorizationProps.getAuthorizedAwsRegion() |
CfnAggregationAuthorizationProps |
build()
Builds the configured instance.
|
CfnAggregationAuthorizationProps.Builder |
tags(List<? extends CfnTag> tags)
Sets the value of
CfnAggregationAuthorizationProps.getTags() |
@Stability(value=Stable) public CfnAggregationAuthorizationProps.Builder authorizedAccountId(String authorizedAccountId)
CfnAggregationAuthorizationProps.getAuthorizedAccountId()authorizedAccountId - The 12-digit account ID of the account authorized to aggregate data. This parameter is required.this@Stability(value=Stable) public CfnAggregationAuthorizationProps.Builder authorizedAwsRegion(String authorizedAwsRegion)
CfnAggregationAuthorizationProps.getAuthorizedAwsRegion()authorizedAwsRegion - The region authorized to collect aggregated data. This parameter is required.this@Stability(value=Stable) public CfnAggregationAuthorizationProps.Builder tags(List<? extends CfnTag> tags)
CfnAggregationAuthorizationProps.getTags()tags - An array of tag object.this@Stability(value=Stable) public CfnAggregationAuthorizationProps build()
build in interface software.amazon.jsii.Builder<CfnAggregationAuthorizationProps>CfnAggregationAuthorizationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.