Interface NegateSavingsPlanAction.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<NegateSavingsPlanAction.Builder,
,NegateSavingsPlanAction> SdkBuilder<NegateSavingsPlanAction.Builder,
,NegateSavingsPlanAction> SdkPojo
- Enclosing class:
NegateSavingsPlanAction
@Mutable
@NotThreadSafe
public static interface NegateSavingsPlanAction.Builder
extends SdkPojo, CopyableBuilder<NegateSavingsPlanAction.Builder,NegateSavingsPlanAction>
-
Method Summary
Modifier and TypeMethodDescriptionsavingsPlanId
(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 Details
-
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.
-