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
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
-
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.
-