Interface ListBotReplicasResponse.Builder

    • Method Detail

      • botId

        ListBotReplicasResponse.Builder botId​(String botId)

        the unique bot IDs in the list of replicated bots.

        Parameters:
        botId - the unique bot IDs in the list of replicated bots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceRegion

        ListBotReplicasResponse.Builder sourceRegion​(String sourceRegion)

        The source region of the source bots in the list of replicated bots.

        Parameters:
        sourceRegion - The source region of the source bots in the list of replicated bots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botReplicaSummaries

        ListBotReplicasResponse.Builder botReplicaSummaries​(Collection<BotReplicaSummary> botReplicaSummaries)

        The summary details for the replicated bots.

        Parameters:
        botReplicaSummaries - The summary details for the replicated bots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botReplicaSummaries

        ListBotReplicasResponse.Builder botReplicaSummaries​(BotReplicaSummary... botReplicaSummaries)

        The summary details for the replicated bots.

        Parameters:
        botReplicaSummaries - The summary details for the replicated bots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.