public static interface ReplicationConfigurationReplicatedDisk.Builder extends SdkPojo, CopyableBuilder<ReplicationConfigurationReplicatedDisk.Builder,ReplicationConfigurationReplicatedDisk>
| Modifier and Type | Method and Description |
|---|---|
ReplicationConfigurationReplicatedDisk.Builder |
deviceName(String deviceName)
The name of the device.
|
ReplicationConfigurationReplicatedDisk.Builder |
iops(Long iops)
The requested number of I/O operations per second (IOPS).
|
ReplicationConfigurationReplicatedDisk.Builder |
isBootDisk(Boolean isBootDisk)
Whether to boot from this disk or not.
|
ReplicationConfigurationReplicatedDisk.Builder |
optimizedStagingDiskType(ReplicationConfigurationReplicatedDiskStagingDiskType optimizedStagingDiskType)
The Staging Disk EBS volume type to be used during replication when
stagingDiskType is set to
Auto. |
ReplicationConfigurationReplicatedDisk.Builder |
optimizedStagingDiskType(String optimizedStagingDiskType)
The Staging Disk EBS volume type to be used during replication when
stagingDiskType is set to
Auto. |
ReplicationConfigurationReplicatedDisk.Builder |
stagingDiskType(ReplicationConfigurationReplicatedDiskStagingDiskType stagingDiskType)
The Staging Disk EBS volume type to be used during replication.
|
ReplicationConfigurationReplicatedDisk.Builder |
stagingDiskType(String stagingDiskType)
The Staging Disk EBS volume type to be used during replication.
|
ReplicationConfigurationReplicatedDisk.Builder |
throughput(Long throughput)
The throughput to use for the EBS volume in MiB/s.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildReplicationConfigurationReplicatedDisk.Builder deviceName(String deviceName)
The name of the device.
deviceName - The name of the device.ReplicationConfigurationReplicatedDisk.Builder iops(Long iops)
The requested number of I/O operations per second (IOPS).
iops - The requested number of I/O operations per second (IOPS).ReplicationConfigurationReplicatedDisk.Builder isBootDisk(Boolean isBootDisk)
Whether to boot from this disk or not.
isBootDisk - Whether to boot from this disk or not.ReplicationConfigurationReplicatedDisk.Builder optimizedStagingDiskType(String optimizedStagingDiskType)
The Staging Disk EBS volume type to be used during replication when stagingDiskType is set to
Auto. This is a read-only field.
optimizedStagingDiskType - The Staging Disk EBS volume type to be used during replication when stagingDiskType is
set to Auto. This is a read-only field.ReplicationConfigurationReplicatedDiskStagingDiskType,
ReplicationConfigurationReplicatedDiskStagingDiskTypeReplicationConfigurationReplicatedDisk.Builder optimizedStagingDiskType(ReplicationConfigurationReplicatedDiskStagingDiskType optimizedStagingDiskType)
The Staging Disk EBS volume type to be used during replication when stagingDiskType is set to
Auto. This is a read-only field.
optimizedStagingDiskType - The Staging Disk EBS volume type to be used during replication when stagingDiskType is
set to Auto. This is a read-only field.ReplicationConfigurationReplicatedDiskStagingDiskType,
ReplicationConfigurationReplicatedDiskStagingDiskTypeReplicationConfigurationReplicatedDisk.Builder stagingDiskType(String stagingDiskType)
The Staging Disk EBS volume type to be used during replication.
stagingDiskType - The Staging Disk EBS volume type to be used during replication.ReplicationConfigurationReplicatedDiskStagingDiskType,
ReplicationConfigurationReplicatedDiskStagingDiskTypeReplicationConfigurationReplicatedDisk.Builder stagingDiskType(ReplicationConfigurationReplicatedDiskStagingDiskType stagingDiskType)
The Staging Disk EBS volume type to be used during replication.
stagingDiskType - The Staging Disk EBS volume type to be used during replication.ReplicationConfigurationReplicatedDiskStagingDiskType,
ReplicationConfigurationReplicatedDiskStagingDiskTypeReplicationConfigurationReplicatedDisk.Builder throughput(Long throughput)
The throughput to use for the EBS volume in MiB/s. This parameter is valid only for gp3 volumes.
throughput - The throughput to use for the EBS volume in MiB/s. This parameter is valid only for gp3 volumes.Copyright © 2023. All rights reserved.