public static interface AggregationAuthorization.Builder extends SdkPojo, CopyableBuilder<AggregationAuthorization.Builder,AggregationAuthorization>
Modifier and Type | Method and Description |
---|---|
AggregationAuthorization.Builder |
aggregationAuthorizationArn(String aggregationAuthorizationArn)
The Amazon Resource Name (ARN) of the aggregation object.
|
AggregationAuthorization.Builder |
authorizedAccountId(String authorizedAccountId)
The 12-digit account ID of the account authorized to aggregate data.
|
AggregationAuthorization.Builder |
authorizedAwsRegion(String authorizedAwsRegion)
The region authorized to collect aggregated data.
|
AggregationAuthorization.Builder |
creationTime(Instant creationTime)
The time stamp when the aggregation authorization was created.
|
copy
applyMutation, build
AggregationAuthorization.Builder aggregationAuthorizationArn(String aggregationAuthorizationArn)
The Amazon Resource Name (ARN) of the aggregation object.
aggregationAuthorizationArn
- The Amazon Resource Name (ARN) of the aggregation object.AggregationAuthorization.Builder authorizedAccountId(String authorizedAccountId)
The 12-digit account ID of the account authorized to aggregate data.
authorizedAccountId
- The 12-digit account ID of the account authorized to aggregate data.AggregationAuthorization.Builder authorizedAwsRegion(String authorizedAwsRegion)
The region authorized to collect aggregated data.
authorizedAwsRegion
- The region authorized to collect aggregated data.AggregationAuthorization.Builder creationTime(Instant creationTime)
The time stamp when the aggregation authorization was created.
creationTime
- The time stamp when the aggregation authorization was created.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.