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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBotAliasesRequest.BuilderbotId(String botId)The identifier of the bot to list aliases for.ListBotAliasesRequest.BuildermaxResults(Integer maxResults)The maximum number of aliases to return in each page of results.ListBotAliasesRequest.BuildernextToken(String nextToken)If the response from theListBotAliasesoperation contains more results than specified in themaxResultsparameter, a token is returned in the response.ListBotAliasesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBotAliasesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
botId
ListBotAliasesRequest.Builder botId(String 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
ListBotAliasesoperation contains more results than specified in themaxResultsparameter, a token is returned in the response. Use that token in thenextTokenparameter to return the next page of results.- Parameters:
nextToken- If the response from theListBotAliasesoperation contains more results than specified in themaxResultsparameter, a token is returned in the response. Use that token in thenextTokenparameter 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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBotAliasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-