Interface ListCommitmentPurchaseAnalysesRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListCommitmentPurchaseAnalysesRequest.Builder,,ListCommitmentPurchaseAnalysesRequest> CostExplorerRequest.Builder,SdkBuilder<ListCommitmentPurchaseAnalysesRequest.Builder,,ListCommitmentPurchaseAnalysesRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListCommitmentPurchaseAnalysesRequest
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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.costexplorer.model.CostExplorerRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-