Interface BatchUpdateWorkloadEstimateUsageEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchUpdateWorkloadEstimateUsageEntry.Builder,BatchUpdateWorkloadEstimateUsageEntry>,SdkBuilder<BatchUpdateWorkloadEstimateUsageEntry.Builder,BatchUpdateWorkloadEstimateUsageEntry>,SdkPojo
- Enclosing class:
- BatchUpdateWorkloadEstimateUsageEntry
public static interface BatchUpdateWorkloadEstimateUsageEntry.Builder extends SdkPojo, CopyableBuilder<BatchUpdateWorkloadEstimateUsageEntry.Builder,BatchUpdateWorkloadEstimateUsageEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchUpdateWorkloadEstimateUsageEntry.Builderamount(Double amount)The updated estimated usage amount.BatchUpdateWorkloadEstimateUsageEntry.Buildergroup(String group)The updated group identifier for the usage estimate.BatchUpdateWorkloadEstimateUsageEntry.Builderid(String id)The unique identifier of the usage estimate to update.-
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
BatchUpdateWorkloadEstimateUsageEntry.Builder id(String id)
The unique identifier of the usage estimate to update.
- Parameters:
id- The unique identifier of the usage estimate to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
group
BatchUpdateWorkloadEstimateUsageEntry.Builder group(String group)
The updated group identifier for the usage estimate.
- Parameters:
group- The updated group identifier for the usage estimate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
amount
BatchUpdateWorkloadEstimateUsageEntry.Builder amount(Double amount)
The updated estimated usage amount.
- Parameters:
amount- The updated estimated usage amount.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-