Interface ListBotVersionReplicasResponse.Builder

    • Method Detail

      • botId

        ListBotVersionReplicasResponse.Builder botId​(String botId)

        The unique ID of the bots in the list of replicated bots.

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

        ListBotVersionReplicasResponse.Builder sourceRegion​(String sourceRegion)

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

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

        ListBotVersionReplicasResponse.Builder replicaRegion​(String replicaRegion)

        The region used for the replicated bots in the list of replicated bots.

        Parameters:
        replicaRegion - The region used for the replicated bots in the list of replicated bots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botVersionReplicaSummaries

        ListBotVersionReplicasResponse.Builder botVersionReplicaSummaries​(Collection<BotVersionReplicaSummary> botVersionReplicaSummaries)

        The information summary used for the replicated bots in the list of replicated bots.

        Parameters:
        botVersionReplicaSummaries - The information summary used for the replicated bots in the list of replicated bots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botVersionReplicaSummaries

        ListBotVersionReplicasResponse.Builder botVersionReplicaSummaries​(BotVersionReplicaSummary... botVersionReplicaSummaries)

        The information summary used for the replicated bots in the list of replicated bots.

        Parameters:
        botVersionReplicaSummaries - The information summary used for the replicated bots in the list of replicated bots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBotVersionReplicasResponse.Builder nextToken​(String nextToken)

        The next token used for the replicated bots in the list of replicated bots.

        Parameters:
        nextToken - The next token used for the replicated bots in the list of replicated bots.
        Returns:
        Returns a reference to this object so that method calls can be chained together.