Interface ReplicationConfigurationReplicatedDisk.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ReplicationConfigurationReplicatedDisk.Builder,
,ReplicationConfigurationReplicatedDisk> SdkBuilder<ReplicationConfigurationReplicatedDisk.Builder,
,ReplicationConfigurationReplicatedDisk> SdkPojo
- Enclosing class:
ReplicationConfigurationReplicatedDisk
public static interface ReplicationConfigurationReplicatedDisk.Builder
extends SdkPojo, CopyableBuilder<ReplicationConfigurationReplicatedDisk.Builder,ReplicationConfigurationReplicatedDisk>
-
Method Summary
Modifier and TypeMethodDescriptiondeviceName
(String deviceName) The name of the device.The requested number of I/O operations per second (IOPS).isBootDisk
(Boolean isBootDisk) Whether to boot from this disk or not.optimizedStagingDiskType
(String optimizedStagingDiskType) The Staging Disk EBS volume type to be used during replication whenstagingDiskType
is set to Auto.optimizedStagingDiskType
(ReplicationConfigurationReplicatedDiskStagingDiskType optimizedStagingDiskType) The Staging Disk EBS volume type to be used during replication whenstagingDiskType
is set to Auto.stagingDiskType
(String stagingDiskType) The Staging Disk EBS volume type to be used during replication.stagingDiskType
(ReplicationConfigurationReplicatedDiskStagingDiskType stagingDiskType) The Staging Disk EBS volume type to be used during replication.throughput
(Long throughput) The throughput to use for the EBS volume in MiB/s.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
deviceName
The name of the device.
- Parameters:
deviceName
- The name of the device.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iops
The requested number of I/O operations per second (IOPS).
- Parameters:
iops
- The requested number of I/O operations per second (IOPS).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isBootDisk
Whether to boot from this disk or not.
- Parameters:
isBootDisk
- Whether to boot from this disk or not.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optimizedStagingDiskType
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.- Parameters:
optimizedStagingDiskType
- The Staging Disk EBS volume type to be used during replication whenstagingDiskType
is set to Auto. This is a read-only field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
optimizedStagingDiskType
ReplicationConfigurationReplicatedDisk.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.- Parameters:
optimizedStagingDiskType
- The Staging Disk EBS volume type to be used during replication whenstagingDiskType
is set to Auto. This is a read-only field.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stagingDiskType
The Staging Disk EBS volume type to be used during replication.
- Parameters:
stagingDiskType
- The Staging Disk EBS volume type to be used during replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stagingDiskType
ReplicationConfigurationReplicatedDisk.Builder stagingDiskType(ReplicationConfigurationReplicatedDiskStagingDiskType stagingDiskType) The Staging Disk EBS volume type to be used during replication.
- Parameters:
stagingDiskType
- The Staging Disk EBS volume type to be used during replication.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
throughput
The throughput to use for the EBS volume in MiB/s. This parameter is valid only for gp3 volumes.
- Parameters:
throughput
- The throughput to use for the EBS volume in MiB/s. This parameter is valid only for gp3 volumes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-