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