Interface ReplicationRunStageDetails.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ReplicationRunStageDetails.Builder,ReplicationRunStageDetails>, SdkBuilder<ReplicationRunStageDetails.Builder,ReplicationRunStageDetails>, SdkPojo
Enclosing class:
ReplicationRunStageDetails

public static interface ReplicationRunStageDetails.Builder extends SdkPojo, CopyableBuilder<ReplicationRunStageDetails.Builder,ReplicationRunStageDetails>
  • Method Details

    • stage

      The current stage of a replication run.

      Parameters:
      stage - The current stage of a replication run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • stageProgress

      ReplicationRunStageDetails.Builder stageProgress(String stageProgress)

      The progress of the current stage of a replication run.

      Parameters:
      stageProgress - The progress of the current stage of a replication run.
      Returns:
      Returns a reference to this object so that method calls can be chained together.