Interface StartCommitmentPurchaseAnalysisResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartCommitmentPurchaseAnalysisResponse.Builder,StartCommitmentPurchaseAnalysisResponse>,CostExplorerResponse.Builder,SdkBuilder<StartCommitmentPurchaseAnalysisResponse.Builder,StartCommitmentPurchaseAnalysisResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- StartCommitmentPurchaseAnalysisResponse
public static interface StartCommitmentPurchaseAnalysisResponse.Builder extends CostExplorerResponse.Builder, SdkPojo, CopyableBuilder<StartCommitmentPurchaseAnalysisResponse.Builder,StartCommitmentPurchaseAnalysisResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartCommitmentPurchaseAnalysisResponse.BuilderanalysisId(String analysisId)The analysis ID that's associated with the commitment purchase analysis.StartCommitmentPurchaseAnalysisResponse.BuilderanalysisStartedTime(String analysisStartedTime)The start time of the analysis.StartCommitmentPurchaseAnalysisResponse.BuilderestimatedCompletionTime(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 Detail
-
analysisId
StartCommitmentPurchaseAnalysisResponse.Builder analysisId(String 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
StartCommitmentPurchaseAnalysisResponse.Builder analysisStartedTime(String 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.
-
-