Interface RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder,RecoveryInstanceDataReplicationInfoReplicatedDisk>,SdkBuilder<RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder,RecoveryInstanceDataReplicationInfoReplicatedDisk>,SdkPojo
- Enclosing class:
- RecoveryInstanceDataReplicationInfoReplicatedDisk
public static interface RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder extends SdkPojo, CopyableBuilder<RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder,RecoveryInstanceDataReplicationInfoReplicatedDisk>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RecoveryInstanceDataReplicationInfoReplicatedDisk.BuilderbackloggedStorageBytes(Long backloggedStorageBytes)The size of the replication backlog in bytes.RecoveryInstanceDataReplicationInfoReplicatedDisk.BuilderdeviceName(String deviceName)The name of the device.RecoveryInstanceDataReplicationInfoReplicatedDisk.BuilderreplicatedStorageBytes(Long replicatedStorageBytes)The amount of data replicated so far in bytes.RecoveryInstanceDataReplicationInfoReplicatedDisk.BuilderrescannedStorageBytes(Long rescannedStorageBytes)The amount of data to be rescanned in bytes.RecoveryInstanceDataReplicationInfoReplicatedDisk.BuildertotalStorageBytes(Long totalStorageBytes)The total amount of data to be replicated in bytes.-
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 Detail
-
backloggedStorageBytes
RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder backloggedStorageBytes(Long backloggedStorageBytes)
The size of the replication backlog in bytes.
- Parameters:
backloggedStorageBytes- The size of the replication backlog in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceName
RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder deviceName(String 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.
-
replicatedStorageBytes
RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder replicatedStorageBytes(Long replicatedStorageBytes)
The amount of data replicated so far in bytes.
- Parameters:
replicatedStorageBytes- The amount of data replicated so far in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rescannedStorageBytes
RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder rescannedStorageBytes(Long rescannedStorageBytes)
The amount of data to be rescanned in bytes.
- Parameters:
rescannedStorageBytes- The amount of data to be rescanned in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalStorageBytes
RecoveryInstanceDataReplicationInfoReplicatedDisk.Builder totalStorageBytes(Long totalStorageBytes)
The total amount of data to be replicated in bytes.
- Parameters:
totalStorageBytes- The total amount of data to be replicated in bytes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-