Interface ListBotAnalyzerHistoryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListBotAnalyzerHistoryResponse.Builder,,ListBotAnalyzerHistoryResponse> LexModelsV2Response.Builder,SdkBuilder<ListBotAnalyzerHistoryResponse.Builder,,ListBotAnalyzerHistoryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListBotAnalyzerHistoryResponse
@Mutable
@NotThreadSafe
public static interface ListBotAnalyzerHistoryResponse.Builder
extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<ListBotAnalyzerHistoryResponse.Builder,ListBotAnalyzerHistoryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbotAnalyzerHistoryList(Collection<BotAnalyzerHistorySummary> botAnalyzerHistoryList) A list of historical analysis executions, ordered by creation date with the most recent first.botAnalyzerHistoryList(Consumer<BotAnalyzerHistorySummary.Builder>... botAnalyzerHistoryList) A list of historical analysis executions, ordered by creation date with the most recent first.botAnalyzerHistoryList(BotAnalyzerHistorySummary... botAnalyzerHistoryList) A list of historical analysis executions, ordered by creation date with the most recent first.The unique identifier of the bot.botVersion(String botVersion) The bot version used to filter the history.The locale identifier used to filter the history.If the response is truncated, this token can be used in a subsequent request to retrieve the next page of history entries.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
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 used to filter the history.
- Parameters:
localeId- The locale identifier used to filter the history.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
The bot version used to filter the history.
- Parameters:
botVersion- The bot version used to filter the history.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botAnalyzerHistoryList
ListBotAnalyzerHistoryResponse.Builder botAnalyzerHistoryList(Collection<BotAnalyzerHistorySummary> botAnalyzerHistoryList) A list of historical analysis executions, ordered by creation date with the most recent first.
- Parameters:
botAnalyzerHistoryList- A list of historical analysis executions, ordered by creation date with the most recent first.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botAnalyzerHistoryList
ListBotAnalyzerHistoryResponse.Builder botAnalyzerHistoryList(BotAnalyzerHistorySummary... botAnalyzerHistoryList) A list of historical analysis executions, ordered by creation date with the most recent first.
- Parameters:
botAnalyzerHistoryList- A list of historical analysis executions, ordered by creation date with the most recent first.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botAnalyzerHistoryList
ListBotAnalyzerHistoryResponse.Builder botAnalyzerHistoryList(Consumer<BotAnalyzerHistorySummary.Builder>... botAnalyzerHistoryList) A list of historical analysis executions, ordered by creation date with the most recent first.
This is a convenience method that creates an instance of theBotAnalyzerHistorySummary.Builderavoiding the need to create one manually viaBotAnalyzerHistorySummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tobotAnalyzerHistoryList(List<BotAnalyzerHistorySummary>).- Parameters:
botAnalyzerHistoryList- a consumer that will call methods onBotAnalyzerHistorySummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
If the response is truncated, this token can be used in a subsequent request to retrieve the next page of history entries.
- Parameters:
nextToken- If the response is truncated, this token can be used in a subsequent request to retrieve the next page of history entries.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-