Interface AnalysisSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnalysisSummary.Builder,
,AnalysisSummary> SdkBuilder<AnalysisSummary.Builder,
,AnalysisSummary> SdkPojo
- Enclosing class:
AnalysisSummary
@Mutable
@NotThreadSafe
public static interface AnalysisSummary.Builder
extends SdkPojo, CopyableBuilder<AnalysisSummary.Builder,AnalysisSummary>
-
Method Summary
Modifier and TypeMethodDescriptionanalysisCompletionTime
(String analysisCompletionTime) The completion time of the analysis.analysisId
(String analysisId) The analysis ID that's associated with the commitment purchase analysis.analysisStartedTime
(String analysisStartedTime) The start time of the analysis.analysisStatus
(String analysisStatus) The status of the analysis.analysisStatus
(AnalysisStatus analysisStatus) The status of the analysis.default AnalysisSummary.Builder
commitmentPurchaseAnalysisConfiguration
(Consumer<CommitmentPurchaseAnalysisConfiguration.Builder> commitmentPurchaseAnalysisConfiguration) The configuration for the commitment purchase analysis.commitmentPurchaseAnalysisConfiguration
(CommitmentPurchaseAnalysisConfiguration commitmentPurchaseAnalysisConfiguration) The configuration for the commitment purchase analysis.The error code used for the analysis.The error code used for 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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
analysisCompletionTime
The completion time of the analysis.
- Parameters:
analysisCompletionTime
- The completion time of the 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.
-
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:
-
errorCode
The error code used for the analysis.
- Parameters:
errorCode
- The error code used for the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
The error code used for the analysis.
- Parameters:
errorCode
- The error code used for the analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-
commitmentPurchaseAnalysisConfiguration
AnalysisSummary.Builder commitmentPurchaseAnalysisConfiguration(CommitmentPurchaseAnalysisConfiguration commitmentPurchaseAnalysisConfiguration) The configuration for the commitment purchase analysis.
- Parameters:
commitmentPurchaseAnalysisConfiguration
- The configuration for the commitment purchase analysis.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
commitmentPurchaseAnalysisConfiguration
default AnalysisSummary.Builder commitmentPurchaseAnalysisConfiguration(Consumer<CommitmentPurchaseAnalysisConfiguration.Builder> commitmentPurchaseAnalysisConfiguration) The configuration for the commitment purchase analysis.
This is a convenience method that creates an instance of theCommitmentPurchaseAnalysisConfiguration.Builder
avoiding the need to create one manually viaCommitmentPurchaseAnalysisConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tocommitmentPurchaseAnalysisConfiguration(CommitmentPurchaseAnalysisConfiguration)
.- Parameters:
commitmentPurchaseAnalysisConfiguration
- a consumer that will call methods onCommitmentPurchaseAnalysisConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-