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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StartBotResourceGenerationResponse.BuilderbotId(String botId)The unique identifier of the bot for which the generation request was made.StartBotResourceGenerationResponse.BuilderbotVersion(String botVersion)The version of the bot for which the generation request was made.StartBotResourceGenerationResponse.BuildercreationDateTime(Instant creationDateTime)The date and time at which the generation request was made.StartBotResourceGenerationResponse.BuildergenerationId(String generationId)The unique identifier of the generation request.StartBotResourceGenerationResponse.BuildergenerationInputPrompt(String generationInputPrompt)The prompt that was used generate intents and slot types for the bot locale.StartBotResourceGenerationResponse.BuildergenerationStatus(String generationStatus)The status of the generation request.StartBotResourceGenerationResponse.BuildergenerationStatus(GenerationStatus generationStatus)The status of the generation request.StartBotResourceGenerationResponse.BuilderlocaleId(String localeId)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 Detail
-
generationInputPrompt
StartBotResourceGenerationResponse.Builder generationInputPrompt(String 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
StartBotResourceGenerationResponse.Builder generationId(String 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
StartBotResourceGenerationResponse.Builder botId(String 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
StartBotResourceGenerationResponse.Builder botVersion(String 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
StartBotResourceGenerationResponse.Builder localeId(String 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
StartBotResourceGenerationResponse.Builder generationStatus(String 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,GenerationStatus
-
generationStatus
StartBotResourceGenerationResponse.Builder generationStatus(GenerationStatus 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,GenerationStatus
-
creationDateTime
StartBotResourceGenerationResponse.Builder creationDateTime(Instant 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.
-
-