Interface ListCommitmentPurchaseAnalysesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListCommitmentPurchaseAnalysesRequest.Builder,
,ListCommitmentPurchaseAnalysesRequest> CostExplorerRequest.Builder
,SdkBuilder<ListCommitmentPurchaseAnalysesRequest.Builder,
,ListCommitmentPurchaseAnalysesRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListCommitmentPurchaseAnalysesRequest
@Mutable
@NotThreadSafe
public static interface ListCommitmentPurchaseAnalysesRequest.Builder
extends CostExplorerRequest.Builder, SdkPojo, CopyableBuilder<ListCommitmentPurchaseAnalysesRequest.Builder,ListCommitmentPurchaseAnalysesRequest>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisIds
(String... analysisIds) The analysis IDs associated with the commitment purchase analyses.analysisIds
(Collection<String> analysisIds) The analysis IDs associated with the commitment purchase analyses.analysisStatus
(String analysisStatus) The status of the analysis.analysisStatus
(AnalysisStatus analysisStatus) The status of the analysis.nextPageToken
(String nextPageToken) The token to retrieve the next set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The number of analyses that you want returned in a single response object.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.costexplorer.model.CostExplorerRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
analysisStatus
The status of the analysis.
- Parameters:
analysisStatus
- The status of the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
analysisStatus
The status of the analysis.
- Parameters:
analysisStatus
- The status of the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextPageToken
The token to retrieve the next set of results.
- Parameters:
nextPageToken
- The token to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
pageSize
The number of analyses that you want returned in a single response object.
- Parameters:
pageSize
- The number of analyses that you want returned in a single response object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisIds
The analysis IDs associated with the commitment purchase analyses.
- Parameters:
analysisIds
- The analysis IDs associated with the commitment purchase analyses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisIds
The analysis IDs associated with the commitment purchase analyses.
- Parameters:
analysisIds
- The analysis IDs associated with the commitment purchase analyses.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCommitmentPurchaseAnalysesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListCommitmentPurchaseAnalysesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-