Interface PendingAggregationRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PendingAggregationRequest.Builder,PendingAggregationRequest>,SdkBuilder<PendingAggregationRequest.Builder,PendingAggregationRequest>,SdkPojo
- Enclosing class:
- PendingAggregationRequest
public static interface PendingAggregationRequest.Builder extends SdkPojo, CopyableBuilder<PendingAggregationRequest.Builder,PendingAggregationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PendingAggregationRequest.BuilderrequesterAccountId(String requesterAccountId)The 12-digit account ID of the account requesting to aggregate data.PendingAggregationRequest.BuilderrequesterAwsRegion(String requesterAwsRegion)The region requesting to aggregate data.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
requesterAccountId
PendingAggregationRequest.Builder requesterAccountId(String requesterAccountId)
The 12-digit account ID of the account requesting to aggregate data.
- Parameters:
requesterAccountId- The 12-digit account ID of the account requesting to aggregate data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
requesterAwsRegion
PendingAggregationRequest.Builder requesterAwsRegion(String requesterAwsRegion)
The region requesting to aggregate data.
- Parameters:
requesterAwsRegion- The region requesting to aggregate data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-