Interface AggregationAuthorization.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AggregationAuthorization.Builder,,- AggregationAuthorization> - SdkBuilder<AggregationAuthorization.Builder,,- AggregationAuthorization> - SdkPojo
- Enclosing class:
- AggregationAuthorization
@Mutable
@NotThreadSafe
public static interface AggregationAuthorization.Builder
extends SdkPojo, CopyableBuilder<AggregationAuthorization.Builder,AggregationAuthorization> 
- 
Method SummaryModifier and TypeMethodDescriptionaggregationAuthorizationArn(String aggregationAuthorizationArn) The Amazon Resource Name (ARN) of the aggregation object.authorizedAccountId(String authorizedAccountId) The 12-digit account ID of the account authorized to aggregate data.authorizedAwsRegion(String authorizedAwsRegion) The region authorized to collect aggregated data.creationTime(Instant creationTime) The time stamp when the aggregation authorization was created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
aggregationAuthorizationArnThe Amazon Resource Name (ARN) of the aggregation object. - Parameters:
- aggregationAuthorizationArn- The Amazon Resource Name (ARN) of the aggregation object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authorizedAccountIdThe 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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authorizedAwsRegionThe region authorized to collect aggregated data. - Parameters:
- authorizedAwsRegion- The region authorized to collect aggregated data.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
creationTimeThe time stamp when the aggregation authorization was created. - Parameters:
- creationTime- The time stamp when the aggregation authorization was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-