Interface BatchUpdateBillScenarioCommitmentModificationEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<BatchUpdateBillScenarioCommitmentModificationEntry.Builder,BatchUpdateBillScenarioCommitmentModificationEntry>,SdkBuilder<BatchUpdateBillScenarioCommitmentModificationEntry.Builder,BatchUpdateBillScenarioCommitmentModificationEntry>,SdkPojo
- Enclosing class:
- BatchUpdateBillScenarioCommitmentModificationEntry
public static interface BatchUpdateBillScenarioCommitmentModificationEntry.Builder extends SdkPojo, CopyableBuilder<BatchUpdateBillScenarioCommitmentModificationEntry.Builder,BatchUpdateBillScenarioCommitmentModificationEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchUpdateBillScenarioCommitmentModificationEntry.Buildergroup(String group)The updated group identifier for the commitment modification.BatchUpdateBillScenarioCommitmentModificationEntry.Builderid(String id)The unique identifier of the commitment modification 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
BatchUpdateBillScenarioCommitmentModificationEntry.Builder id(String 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
BatchUpdateBillScenarioCommitmentModificationEntry.Builder group(String 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.
-
-