Interface ListBotAliasesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListBotAliasesRequest.Builder,ListBotAliasesRequest>, LexModelsV2Request.Builder, SdkBuilder<ListBotAliasesRequest.Builder,ListBotAliasesRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
ListBotAliasesRequest

public static interface ListBotAliasesRequest.Builder extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListBotAliasesRequest.Builder,ListBotAliasesRequest>
  • Method Details

    • botId

      The identifier of the bot to list aliases for.

      Parameters:
      botId - The identifier of the bot to list aliases for.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListBotAliasesRequest.Builder maxResults(Integer maxResults)

      The maximum number of aliases to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.

      Parameters:
      maxResults - The maximum number of aliases to return in each page of results. If there are fewer results than the max page size, only the actual number of results are returned.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListBotAliasesRequest.Builder nextToken(String nextToken)

      If the response from the ListBotAliases operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.

      Parameters:
      nextToken - If the response from the ListBotAliases operation contains more results than specified in the maxResults parameter, a token is returned in the response. Use that token in the nextToken parameter to return the next page of results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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