Interface StartBotResourceGenerationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<StartBotResourceGenerationResponse.Builder,
,StartBotResourceGenerationResponse> LexModelsV2Response.Builder
,SdkBuilder<StartBotResourceGenerationResponse.Builder,
,StartBotResourceGenerationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartBotResourceGenerationResponse
public static interface StartBotResourceGenerationResponse.Builder
extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<StartBotResourceGenerationResponse.Builder,StartBotResourceGenerationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the bot for which the generation request was made.botVersion
(String botVersion) The version of the bot for which the generation request was made.creationDateTime
(Instant creationDateTime) The date and time at which the generation request was made.generationId
(String generationId) The unique identifier of the generation request.generationInputPrompt
(String generationInputPrompt) The prompt that was used generate intents and slot types for the bot locale.generationStatus
(String generationStatus) The status of the generation request.generationStatus
(GenerationStatus generationStatus) The status of the generation request.The locale of the bot for which the generation request was made.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.lexmodelsv2.model.LexModelsV2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
generationInputPrompt
The prompt that was used generate intents and slot types for the bot locale.
- Parameters:
generationInputPrompt
- The prompt that was used generate intents and slot types for the bot locale.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generationId
The unique identifier of the generation request.
- Parameters:
generationId
- The unique identifier of the generation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botId
The unique identifier of the bot for which the generation request was made.
- Parameters:
botId
- The unique identifier of the bot for which the generation request was made.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
The version of the bot for which the generation request was made.
- Parameters:
botVersion
- The version of the bot for which the generation request was made.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
The locale of the bot for which the generation request was made.
- Parameters:
localeId
- The locale of the bot for which the generation request was made.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
generationStatus
The status of the generation request.
- Parameters:
generationStatus
- The status of the generation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
generationStatus
The status of the generation request.
- Parameters:
generationStatus
- The status of the generation request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
creationDateTime
The date and time at which the generation request was made.
- Parameters:
creationDateTime
- The date and time at which the generation request was made.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-