Interface WorkloadEstimateSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<WorkloadEstimateSummary.Builder,WorkloadEstimateSummary>,SdkBuilder<WorkloadEstimateSummary.Builder,WorkloadEstimateSummary>,SdkPojo
- Enclosing class:
- WorkloadEstimateSummary
public static interface WorkloadEstimateSummary.Builder extends SdkPojo, CopyableBuilder<WorkloadEstimateSummary.Builder,WorkloadEstimateSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WorkloadEstimateSummary.BuildercostCurrency(String costCurrency)The currency of the estimated cost.WorkloadEstimateSummary.BuildercostCurrency(CurrencyCode costCurrency)The currency of the estimated cost.WorkloadEstimateSummary.BuildercreatedAt(Instant createdAt)The timestamp when the workload estimate was created.WorkloadEstimateSummary.BuilderexpiresAt(Instant expiresAt)The timestamp when the workload estimate will expire.WorkloadEstimateSummary.BuilderfailureMessage(String failureMessage)An error message if the workload estimate creation or processing failed.WorkloadEstimateSummary.Builderid(String id)The unique identifier of the workload estimate.WorkloadEstimateSummary.Buildername(String name)The name of the workload estimate.WorkloadEstimateSummary.BuilderrateTimestamp(Instant rateTimestamp)The timestamp of the pricing rates used for the estimate.WorkloadEstimateSummary.BuilderrateType(String rateType)The type of pricing rates used for the estimate.WorkloadEstimateSummary.BuilderrateType(WorkloadEstimateRateType rateType)The type of pricing rates used for the estimate.WorkloadEstimateSummary.Builderstatus(String status)The current status of the workload estimate.WorkloadEstimateSummary.Builderstatus(WorkloadEstimateStatus status)The current status of the workload estimate.WorkloadEstimateSummary.BuildertotalCost(Double totalCost)The total estimated cost for the workload.-
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 Detail
-
id
WorkloadEstimateSummary.Builder id(String id)
The unique identifier of the workload estimate.
- Parameters:
id- The unique identifier of the workload estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
WorkloadEstimateSummary.Builder name(String name)
The name of the workload estimate.
- Parameters:
name- The name of the workload estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
WorkloadEstimateSummary.Builder createdAt(Instant createdAt)
The timestamp when the workload estimate was created.
- Parameters:
createdAt- The timestamp when the workload estimate was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiresAt
WorkloadEstimateSummary.Builder expiresAt(Instant expiresAt)
The timestamp when the workload estimate will expire.
- Parameters:
expiresAt- The timestamp when the workload estimate will expire.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rateType
WorkloadEstimateSummary.Builder rateType(String rateType)
The type of pricing rates used for the estimate.
- Parameters:
rateType- The type of pricing rates used for the estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkloadEstimateRateType,WorkloadEstimateRateType
-
rateType
WorkloadEstimateSummary.Builder rateType(WorkloadEstimateRateType rateType)
The type of pricing rates used for the estimate.
- Parameters:
rateType- The type of pricing rates used for the estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkloadEstimateRateType,WorkloadEstimateRateType
-
rateTimestamp
WorkloadEstimateSummary.Builder rateTimestamp(Instant rateTimestamp)
The timestamp of the pricing rates used for the estimate.
- Parameters:
rateTimestamp- The timestamp of the pricing rates used for the estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
WorkloadEstimateSummary.Builder status(String status)
The current status of the workload estimate.
- Parameters:
status- The current status of the workload estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkloadEstimateStatus,WorkloadEstimateStatus
-
status
WorkloadEstimateSummary.Builder status(WorkloadEstimateStatus status)
The current status of the workload estimate.
- Parameters:
status- The current status of the workload estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
WorkloadEstimateStatus,WorkloadEstimateStatus
-
totalCost
WorkloadEstimateSummary.Builder totalCost(Double totalCost)
The total estimated cost for the workload.
- Parameters:
totalCost- The total estimated cost for the workload.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
costCurrency
WorkloadEstimateSummary.Builder costCurrency(String costCurrency)
The currency of the estimated cost.
- Parameters:
costCurrency- The currency of the estimated cost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CurrencyCode,CurrencyCode
-
costCurrency
WorkloadEstimateSummary.Builder costCurrency(CurrencyCode costCurrency)
The currency of the estimated cost.
- Parameters:
costCurrency- The currency of the estimated cost.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CurrencyCode,CurrencyCode
-
failureMessage
WorkloadEstimateSummary.Builder failureMessage(String failureMessage)
An error message if the workload estimate creation or processing failed.
- Parameters:
failureMessage- An error message if the workload estimate creation or processing failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-