Interface NegateSavingsPlanAction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<NegateSavingsPlanAction.Builder,NegateSavingsPlanAction>,SdkBuilder<NegateSavingsPlanAction.Builder,NegateSavingsPlanAction>,SdkPojo
- Enclosing class:
- NegateSavingsPlanAction
public static interface NegateSavingsPlanAction.Builder extends SdkPojo, CopyableBuilder<NegateSavingsPlanAction.Builder,NegateSavingsPlanAction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NegateSavingsPlanAction.BuildersavingsPlanId(String savingsPlanId)The ID of the Savings Plan to remove.-
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
-
savingsPlanId
NegateSavingsPlanAction.Builder savingsPlanId(String savingsPlanId)
The ID of the Savings Plan to remove.
- Parameters:
savingsPlanId- The ID of the Savings Plan to remove.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-