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 Details

    • backloggedStorageBytes

      DataReplicationInfoReplicatedDisk.Builder backloggedStorageBytes(Long backloggedStorageBytes)

      Request to query data replication backlog size in bytes.

      Parameters:
      backloggedStorageBytes - Request to query data replication backlog size in bytes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • deviceName

      Request to query device name.

      Parameters:
      deviceName - Request to query device name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicatedStorageBytes

      DataReplicationInfoReplicatedDisk.Builder replicatedStorageBytes(Long replicatedStorageBytes)

      Request to query amount of data replicated in bytes.

      Parameters:
      replicatedStorageBytes - Request to query amount of data replicated in bytes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • rescannedStorageBytes

      DataReplicationInfoReplicatedDisk.Builder rescannedStorageBytes(Long rescannedStorageBytes)

      Request to query amount of data rescanned in bytes.

      Parameters:
      rescannedStorageBytes - Request to query amount of data rescanned in bytes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • totalStorageBytes

      DataReplicationInfoReplicatedDisk.Builder totalStorageBytes(Long totalStorageBytes)

      Request to query total amount of data replicated in bytes.

      Parameters:
      totalStorageBytes - Request to query total amount of data replicated in bytes.
      Returns:
      Returns a reference to this object so that method calls can be chained together.