@Generated(value="software.amazon.awssdk:codegen") public final class HibernationOptions extends Object implements SdkPojo, Serializable, ToCopyableBuilder<HibernationOptions.Builder,HibernationOptions>
Indicates whether your instance is configured for hibernation. This parameter is valid only if the instance meets the hibernation prerequisites. Hibernation is currently supported only for Amazon Linux. For more information, see Hibernate Your Instance in the Amazon Elastic Compute Cloud User Guide.
Modifier and Type | Class and Description |
---|---|
static interface |
HibernationOptions.Builder |
Modifier and Type | Method and Description |
---|---|
static HibernationOptions.Builder |
builder() |
Boolean |
configured()
If this parameter is set to
true , your instance is enabled for hibernation; otherwise, it is not
enabled for hibernation. |
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends HibernationOptions.Builder> |
serializableBuilderClass() |
HibernationOptions.Builder |
toBuilder()
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
copy
public Boolean configured()
If this parameter is set to true
, your instance is enabled for hibernation; otherwise, it is not
enabled for hibernation.
true
, your instance is enabled for hibernation; otherwise, it is
not enabled for hibernation.public HibernationOptions.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<HibernationOptions.Builder,HibernationOptions>
public static HibernationOptions.Builder builder()
public static Class<? extends HibernationOptions.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.