Interface BotReplicaSummary.Builder

  • Method Details

    • replicaRegion

      BotReplicaSummary.Builder replicaRegion(String replicaRegion)

      The replica region used in the replication statuses summary.

      Parameters:
      replicaRegion - The replica region used in the replication statuses summary.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationDateTime

      BotReplicaSummary.Builder creationDateTime(Instant creationDateTime)

      The creation time and date for the replicated bots.

      Parameters:
      creationDateTime - The creation time and date for the replicated bots.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botReplicaStatus

      BotReplicaSummary.Builder botReplicaStatus(String botReplicaStatus)

      The operation status for the replicated bot applicable.

      Parameters:
      botReplicaStatus - The operation status for the replicated bot applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • botReplicaStatus

      BotReplicaSummary.Builder botReplicaStatus(BotReplicaStatus botReplicaStatus)

      The operation status for the replicated bot applicable.

      Parameters:
      botReplicaStatus - The operation status for the replicated bot applicable.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • failureReasons

      BotReplicaSummary.Builder failureReasons(Collection<String> failureReasons)

      The reasons for the failure for the replicated bot.

      Parameters:
      failureReasons - The reasons for the failure for the replicated bot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • failureReasons

      BotReplicaSummary.Builder failureReasons(String... failureReasons)

      The reasons for the failure for the replicated bot.

      Parameters:
      failureReasons - The reasons for the failure for the replicated bot.
      Returns:
      Returns a reference to this object so that method calls can be chained together.