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
-
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 Detail
-
analysisStatus
ListCommitmentPurchaseAnalysesRequest.Builder analysisStatus(String 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,AnalysisStatus
-
analysisStatus
ListCommitmentPurchaseAnalysesRequest.Builder analysisStatus(AnalysisStatus 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,AnalysisStatus
-
nextPageToken
ListCommitmentPurchaseAnalysesRequest.Builder nextPageToken(String 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
ListCommitmentPurchaseAnalysesRequest.Builder pageSize(Integer 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
ListCommitmentPurchaseAnalysesRequest.Builder analysisIds(Collection<String> 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
ListCommitmentPurchaseAnalysesRequest.Builder analysisIds(String... 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListCommitmentPurchaseAnalysesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-