Interface BotVersionReplicaSummary.Builder

  • Method Details

    • botVersion

      BotVersionReplicaSummary.Builder botVersion(String botVersion)

      The bot version for the summary information for all the version replication statuses.

      Parameters:
      botVersion - The bot version for the summary information for all the version replication statuses.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • botVersionReplicationStatus

      BotVersionReplicaSummary.Builder botVersionReplicationStatus(String botVersionReplicationStatus)

      The version replication status for all the replicated bots.

      Parameters:
      botVersionReplicationStatus - The version replication status for all the replicated bots.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • botVersionReplicationStatus

      BotVersionReplicaSummary.Builder botVersionReplicationStatus(BotVersionReplicationStatus botVersionReplicationStatus)

      The version replication status for all the replicated bots.

      Parameters:
      botVersionReplicationStatus - The version replication status for all the replicated bots.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • creationDateTime

      BotVersionReplicaSummary.Builder creationDateTime(Instant creationDateTime)

      The creation date and time of the replication status for all the replicated bots.

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

      BotVersionReplicaSummary.Builder failureReasons(Collection<String> failureReasons)

      The reasons for replication failure for all the replicated bots.

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

      BotVersionReplicaSummary.Builder failureReasons(String... failureReasons)

      The reasons for replication failure for all the replicated bots.

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