Interface ListBotAliasReplicasRequest.Builder

  • Method Details

    • botId

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

      Parameters:
      botId - The request for 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.
    • replicaRegion

      ListBotAliasReplicasRequest.Builder replicaRegion(String replicaRegion)

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

      Parameters:
      replicaRegion - The request for 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.
    • maxResults

      The request for maximum results to list the replicated bots created from the source bot alias.

      Parameters:
      maxResults - The request for maximum results to list the replicated bots created from the source bot alias.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

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

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

      ListBotAliasReplicasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.