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
Modifier and TypeMethodDescriptionrequesterAccountId
(String requesterAccountId) The 12-digit account ID of the account requesting to aggregate data.requesterAwsRegion
(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 Details
-
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
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.
-