| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceStorageInfo.Builder |
InstanceStorageInfo.builder() |
InstanceStorageInfo.Builder |
InstanceStorageInfo.Builder.disks(Collection<DiskInfo> disks)
Describes the disks that are available for the instance type.
|
InstanceStorageInfo.Builder |
InstanceStorageInfo.Builder.disks(Consumer<DiskInfo.Builder>... disks)
Describes the disks that are available for the instance type.
|
InstanceStorageInfo.Builder |
InstanceStorageInfo.Builder.disks(DiskInfo... disks)
Describes the disks that are available for the instance type.
|
InstanceStorageInfo.Builder |
InstanceStorageInfo.Builder.encryptionSupport(InstanceStorageEncryptionSupport encryptionSupport)
Indicates whether data is encrypted at rest.
|
InstanceStorageInfo.Builder |
InstanceStorageInfo.Builder.encryptionSupport(String encryptionSupport)
Indicates whether data is encrypted at rest.
|
InstanceStorageInfo.Builder |
InstanceStorageInfo.Builder.nvmeSupport(EphemeralNvmeSupport nvmeSupport)
Indicates whether non-volatile memory express (NVMe) is supported.
|
InstanceStorageInfo.Builder |
InstanceStorageInfo.Builder.nvmeSupport(String nvmeSupport)
Indicates whether non-volatile memory express (NVMe) is supported.
|
InstanceStorageInfo.Builder |
InstanceStorageInfo.toBuilder() |
InstanceStorageInfo.Builder |
InstanceStorageInfo.Builder.totalSizeInGB(Long totalSizeInGB)
The total size of the disks, in GB.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceStorageInfo.Builder> |
InstanceStorageInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default InstanceTypeInfo.Builder |
InstanceTypeInfo.Builder.instanceStorageInfo(Consumer<InstanceStorageInfo.Builder> instanceStorageInfo)
Describes the instance storage for the instance type.
|
Copyright © 2021. All rights reserved.