Interface ListBotAliasReplicasResponse.Builder

    • Method Detail

      • botId

        ListBotAliasReplicasResponse.Builder botId​(String botId)

        The unique bot ID of the replicated bot created from the source bot alias.

        Parameters:
        botId - The unique bot ID of the replicated bot created from the source bot alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceRegion

        ListBotAliasReplicasResponse.Builder sourceRegion​(String sourceRegion)

        The source region of the replicated bot created from the source bot alias.

        Parameters:
        sourceRegion - The source region of the replicated bot created from the source bot alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicaRegion

        ListBotAliasReplicasResponse.Builder replicaRegion​(String replicaRegion)

        The secondary region of the replicated bot created from the source bot alias.

        Parameters:
        replicaRegion - The secondary region of the replicated bot created from the source bot alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botAliasReplicaSummaries

        ListBotAliasReplicasResponse.Builder botAliasReplicaSummaries​(Collection<BotAliasReplicaSummary> botAliasReplicaSummaries)

        The summary information of the replicated bot created from the source bot alias.

        Parameters:
        botAliasReplicaSummaries - The summary information of the replicated bot created from the source bot alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • botAliasReplicaSummaries

        ListBotAliasReplicasResponse.Builder botAliasReplicaSummaries​(BotAliasReplicaSummary... botAliasReplicaSummaries)

        The summary information of the replicated bot created from the source bot alias.

        Parameters:
        botAliasReplicaSummaries - The summary information of the replicated bot created from the source bot alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListBotAliasReplicasResponse.Builder nextToken​(String nextToken)

        The next token for the replicated bots created from the source bot alias.

        Parameters:
        nextToken - The next token for the replicated bots created from the source bot alias.
        Returns:
        Returns a reference to this object so that method calls can be chained together.