Interface CreateReplicatorResponse.Builder

  • Method Details

    • replicatorArn

      CreateReplicatorResponse.Builder replicatorArn(String replicatorArn)

      The Amazon Resource Name (ARN) of the replicator.

      Parameters:
      replicatorArn - The Amazon Resource Name (ARN) of the replicator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicatorName

      CreateReplicatorResponse.Builder replicatorName(String replicatorName)

      Name of the replicator provided by the customer.

      Parameters:
      replicatorName - Name of the replicator provided by the customer.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • replicatorState

      CreateReplicatorResponse.Builder replicatorState(String replicatorState)

      State of the replicator.

      Parameters:
      replicatorState - State of the replicator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • replicatorState

      CreateReplicatorResponse.Builder replicatorState(ReplicatorState replicatorState)

      State of the replicator.

      Parameters:
      replicatorState - State of the replicator.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: