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