public static interface HibernationOptionsRequest.Builder extends SdkPojo, CopyableBuilder<HibernationOptionsRequest.Builder,HibernationOptionsRequest>
| Modifier and Type | Method and Description |
|---|---|
HibernationOptionsRequest.Builder |
configured(Boolean configured)
Set to
true to enable your instance for hibernation. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildHibernationOptionsRequest.Builder configured(Boolean configured)
Set to true to enable your instance for hibernation.
For Spot Instances, if you set Configured to true, either omit the
InstanceInterruptionBehavior parameter (for
SpotMarketOptions ), or set it to hibernate. When Configured is
true:
If you omit InstanceInterruptionBehavior, it defaults to hibernate.
If you set InstanceInterruptionBehavior to a value other than hibernate, you'll get
an error.
Default: false
configured - Set to true to enable your instance for hibernation.
For Spot Instances, if you set Configured to true, either omit the
InstanceInterruptionBehavior parameter (for
SpotMarketOptions ), or set it to hibernate. When
Configured is true:
If you omit InstanceInterruptionBehavior, it defaults to hibernate.
If you set InstanceInterruptionBehavior to a value other than hibernate,
you'll get an error.
Default: false
Copyright © 2023. All rights reserved.