Interface BatchUpdateBillScenarioCommitmentModificationEntry.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BatchUpdateBillScenarioCommitmentModificationEntry.Builder,,BatchUpdateBillScenarioCommitmentModificationEntry> SdkBuilder<BatchUpdateBillScenarioCommitmentModificationEntry.Builder,,BatchUpdateBillScenarioCommitmentModificationEntry> SdkPojo
- Enclosing class:
 BatchUpdateBillScenarioCommitmentModificationEntry
@Mutable
@NotThreadSafe
public static interface BatchUpdateBillScenarioCommitmentModificationEntry.Builder
extends SdkPojo, CopyableBuilder<BatchUpdateBillScenarioCommitmentModificationEntry.Builder,BatchUpdateBillScenarioCommitmentModificationEntry> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe updated group identifier for the commitment modification.The unique identifier of the commitment modification 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 commitment modification to update.
- Parameters:
 id- The unique identifier of the commitment modification to update.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
group
The updated group identifier for the commitment modification.
- Parameters:
 group- The updated group identifier for the commitment modification.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -