Interface BotVersionReplicaSummary.Builder

    • Method Detail

      • 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.
      • 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.