Interface ListBotAnalyzerHistoryRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListBotAnalyzerHistoryRequest.Builder,,ListBotAnalyzerHistoryRequest> LexModelsV2Request.Builder,SdkBuilder<ListBotAnalyzerHistoryRequest.Builder,,ListBotAnalyzerHistoryRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListBotAnalyzerHistoryRequest
@Mutable
@NotThreadSafe
public static interface ListBotAnalyzerHistoryRequest.Builder
extends LexModelsV2Request.Builder, SdkPojo, CopyableBuilder<ListBotAnalyzerHistoryRequest.Builder,ListBotAnalyzerHistoryRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the bot.botVersion(String botVersion) The bot version to filter the history.The locale identifier to filter the history.maxResults(Integer maxResults) The maximum number of history entries to return in the response.If the response from a previous request was truncated, thenextTokenvalue is used to retrieve the next page of history entries.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Request.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
botId
The unique identifier of the bot.
- Parameters:
botId- The unique identifier of the bot.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
The locale identifier to filter the history. If not specified, returns history for all locales.
- Parameters:
localeId- The locale identifier to filter the history. If not specified, returns history for all locales.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
The bot version to filter the history. If not specified, defaults to
DRAFT.- Parameters:
botVersion- The bot version to filter the history. If not specified, defaults toDRAFT.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
If the response from a previous request was truncated, the
nextTokenvalue is used to retrieve the next page of history entries.- Parameters:
nextToken- If the response from a previous request was truncated, thenextTokenvalue is used to retrieve the next page of history entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of history entries to return in the response. The default is 10.
- Parameters:
maxResults- The maximum number of history entries to return in the response. The default is 10.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListBotAnalyzerHistoryRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListBotAnalyzerHistoryRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-