| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static DiskInfo.Builder |
DiskInfo.builder() |
DiskInfo.Builder |
DiskInfo.Builder.count(Integer count)
The number of disks with this configuration.
|
DiskInfo.Builder |
DiskInfo.Builder.sizeInGB(Long sizeInGB)
The size of the disk in GB.
|
DiskInfo.Builder |
DiskInfo.toBuilder() |
DiskInfo.Builder |
DiskInfo.Builder.type(DiskType type)
The type of disk.
|
DiskInfo.Builder |
DiskInfo.Builder.type(String type)
The type of disk.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends DiskInfo.Builder> |
DiskInfo.serializableBuilderClass() |
Copyright © 2019. All rights reserved.