Interface BatchUpdateWorkloadEstimateUsageEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchUpdateWorkloadEstimateUsageEntry.Builder,,BatchUpdateWorkloadEstimateUsageEntry> SdkBuilder<BatchUpdateWorkloadEstimateUsageEntry.Builder,,BatchUpdateWorkloadEstimateUsageEntry> SdkPojo
- Enclosing class:
BatchUpdateWorkloadEstimateUsageEntry
@Mutable
@NotThreadSafe
public static interface BatchUpdateWorkloadEstimateUsageEntry.Builder
extends SdkPojo, CopyableBuilder<BatchUpdateWorkloadEstimateUsageEntry.Builder,BatchUpdateWorkloadEstimateUsageEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe updated estimated usage amount.The updated group identifier for the usage estimate.The unique identifier of the usage estimate to update.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-