Class AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails
- All Implemented Interfaces:
Serializable
,SdkPojo
,ToCopyableBuilder<AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.Builder,
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails>
Parameters that are used to automatically set up EBS volumes when an instance is launched.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interface
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
final Boolean
Whether to delete the volume when the instance is terminated.final Boolean
Whether to encrypt the volume.final boolean
final boolean
equalsBySdkFields
(Object obj) Indicates whether some other object is "equal to" this one by SDK fields.final <T> Optional
<T> getValueForField
(String fieldName, Class<T> clazz) final int
hashCode()
final Integer
iops()
The number of input/output (I/O) operations per second (IOPS) to provision for the volume.static Class
<? extends AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.Builder> final String
The snapshot ID of the volume to use.Take this object and create a builder that contains all of the current property values of this object.final String
toString()
Returns a string representation of this object.final Integer
The volume size, in GiBs.final String
The volume type.Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
Method Details
-
deleteOnTermination
Whether to delete the volume when the instance is terminated.
- Returns:
- Whether to delete the volume when the instance is terminated.
-
encrypted
Whether to encrypt the volume.
- Returns:
- Whether to encrypt the volume.
-
iops
The number of input/output (I/O) operations per second (IOPS) to provision for the volume.
Only supported for
gp3
orio1
volumes. Required forio1
volumes. Not used withstandard
,gp2
,st1
, orsc1
volumes.- Returns:
- The number of input/output (I/O) operations per second (IOPS) to provision for the volume.
Only supported for
gp3
orio1
volumes. Required forio1
volumes. Not used withstandard
,gp2
,st1
, orsc1
volumes.
-
snapshotId
The snapshot ID of the volume to use.
You must specify either
VolumeSize
orSnapshotId
.- Returns:
- The snapshot ID of the volume to use.
You must specify either
VolumeSize
orSnapshotId
.
-
volumeSize
The volume size, in GiBs. The following are the supported volumes sizes for each volume type:
-
gp2 and gp3: 1-16,384
-
io1: 4-16,384
-
st1 and sc1: 125-16,384
-
standard: 1-1,024
You must specify either
SnapshotId
orVolumeSize
. If you specify bothSnapshotId
andVolumeSize
, the volume size must be equal or greater than the size of the snapshot.- Returns:
- The volume size, in GiBs. The following are the supported volumes sizes for each volume type:
-
gp2 and gp3: 1-16,384
-
io1: 4-16,384
-
st1 and sc1: 125-16,384
-
standard: 1-1,024
You must specify either
SnapshotId
orVolumeSize
. If you specify bothSnapshotId
andVolumeSize
, the volume size must be equal or greater than the size of the snapshot. -
-
-
volumeType
The volume type. Valid values are as follows:
-
gp2
-
gp3
-
io1
-
sc1
-
st1
-
standard
- Returns:
- The volume type. Valid values are as follows:
-
gp2
-
gp3
-
io1
-
sc1
-
st1
-
standard
-
-
-
toBuilder
Description copied from interface:ToCopyableBuilder
Take this object and create a builder that contains all of the current property values of this object.- Specified by:
toBuilder
in interfaceToCopyableBuilder<AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.Builder,
AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails> - Returns:
- a builder for type T
-
builder
-
serializableBuilderClass
public static Class<? extends AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails.Builder> serializableBuilderClass() -
hashCode
public final int hashCode() -
equals
-
equalsBySdkFields
Description copied from interface:SdkPojo
Indicates whether some other object is "equal to" this one by SDK fields. An SDK field is a modeled, non-inherited field in anSdkPojo
class, and is generated based on a service model.If an
SdkPojo
class does not have any inherited fields,equalsBySdkFields
andequals
are essentially the same.- Specified by:
equalsBySdkFields
in interfaceSdkPojo
- Parameters:
obj
- the object to be compared with- Returns:
- true if the other object equals to this object by sdk fields, false otherwise.
-
toString
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value. -
getValueForField
-
sdkFields
-