public static interface InstanceStorageInfo.Builder extends SdkPojo, CopyableBuilder<InstanceStorageInfo.Builder,InstanceStorageInfo>
| Modifier and Type | Method and Description |
|---|---|
InstanceStorageInfo.Builder |
disks(Collection<DiskInfo> disks)
Describes the disks that are available for the instance type.
|
InstanceStorageInfo.Builder |
disks(Consumer<DiskInfo.Builder>... disks)
Describes the disks that are available for the instance type.
|
InstanceStorageInfo.Builder |
disks(DiskInfo... disks)
Describes the disks that are available for the instance type.
|
InstanceStorageInfo.Builder |
nvmeSupport(EphemeralNvmeSupport nvmeSupport)
Indicates whether non-volatile memory express (NVMe) is supported for instance store.
|
InstanceStorageInfo.Builder |
nvmeSupport(String nvmeSupport)
Indicates whether non-volatile memory express (NVMe) is supported for instance store.
|
InstanceStorageInfo.Builder |
totalSizeInGB(Long totalSizeInGB)
The total size of the disks, in GB.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildInstanceStorageInfo.Builder totalSizeInGB(Long totalSizeInGB)
The total size of the disks, in GB.
totalSizeInGB - The total size of the disks, in GB.InstanceStorageInfo.Builder disks(Collection<DiskInfo> disks)
Describes the disks that are available for the instance type.
disks - Describes the disks that are available for the instance type.InstanceStorageInfo.Builder disks(DiskInfo... disks)
Describes the disks that are available for the instance type.
disks - Describes the disks that are available for the instance type.InstanceStorageInfo.Builder disks(Consumer<DiskInfo.Builder>... disks)
Describes the disks that are available for the instance type.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #disks(List) .disks - a consumer that will call methods on List.Builder #disks(List) InstanceStorageInfo.Builder nvmeSupport(String nvmeSupport)
Indicates whether non-volatile memory express (NVMe) is supported for instance store.
nvmeSupport - Indicates whether non-volatile memory express (NVMe) is supported for instance store.EphemeralNvmeSupport,
EphemeralNvmeSupportInstanceStorageInfo.Builder nvmeSupport(EphemeralNvmeSupport nvmeSupport)
Indicates whether non-volatile memory express (NVMe) is supported for instance store.
nvmeSupport - Indicates whether non-volatile memory express (NVMe) is supported for instance store.EphemeralNvmeSupport,
EphemeralNvmeSupportCopyright © 2020. All rights reserved.