Interface StartCommitmentPurchaseAnalysisResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartCommitmentPurchaseAnalysisResponse.Builder,
,StartCommitmentPurchaseAnalysisResponse> CostExplorerResponse.Builder
,SdkBuilder<StartCommitmentPurchaseAnalysisResponse.Builder,
,StartCommitmentPurchaseAnalysisResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartCommitmentPurchaseAnalysisResponse
@Mutable
@NotThreadSafe
public static interface StartCommitmentPurchaseAnalysisResponse.Builder
extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<StartCommitmentPurchaseAnalysisResponse.Builder,StartCommitmentPurchaseAnalysisResponse>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisId
(String analysisId) The analysis ID that's associated with the commitment purchase analysis.analysisStartedTime
(String analysisStartedTime) The start time of the analysis.estimatedCompletionTime
(String estimatedCompletionTime) The estimated time for when the analysis will complete.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.costexplorer.model.CostExplorerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
analysisId
The analysis ID that's associated with the commitment purchase analysis.
- Parameters:
analysisId
- The analysis ID that's associated with the commitment purchase analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
analysisStartedTime
The start time of the analysis.
- Parameters:
analysisStartedTime
- The start time of the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
estimatedCompletionTime
StartCommitmentPurchaseAnalysisResponse.Builder estimatedCompletionTime(String estimatedCompletionTime) The estimated time for when the analysis will complete.
- Parameters:
estimatedCompletionTime
- The estimated time for when the analysis will complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-