Interface UpdateBotRecommendationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<UpdateBotRecommendationResponse.Builder,UpdateBotRecommendationResponse>,LexModelsV2Response.Builder,SdkBuilder<UpdateBotRecommendationResponse.Builder,UpdateBotRecommendationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateBotRecommendationResponse
public static interface UpdateBotRecommendationResponse.Builder extends LexModelsV2Response.Builder, SdkPojo, CopyableBuilder<UpdateBotRecommendationResponse.Builder,UpdateBotRecommendationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateBotRecommendationResponse.BuilderbotId(String botId)The unique identifier of the bot containing the bot recommendation that has been updated.UpdateBotRecommendationResponse.BuilderbotRecommendationId(String botRecommendationId)The unique identifier of the bot recommendation to be updated.UpdateBotRecommendationResponse.BuilderbotRecommendationStatus(String botRecommendationStatus)The status of the bot recommendation.UpdateBotRecommendationResponse.BuilderbotRecommendationStatus(BotRecommendationStatus botRecommendationStatus)The status of the bot recommendation.UpdateBotRecommendationResponse.BuilderbotVersion(String botVersion)The version of the bot containing the bot recommendation that has been updated.UpdateBotRecommendationResponse.BuildercreationDateTime(Instant creationDateTime)A timestamp of the date and time that the bot recommendation was created.default UpdateBotRecommendationResponse.BuilderencryptionSetting(Consumer<EncryptionSetting.Builder> encryptionSetting)The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.UpdateBotRecommendationResponse.BuilderencryptionSetting(EncryptionSetting encryptionSetting)The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.UpdateBotRecommendationResponse.BuilderlastUpdatedDateTime(Instant lastUpdatedDateTime)A timestamp of the date and time that the bot recommendation was last updated.UpdateBotRecommendationResponse.BuilderlocaleId(String localeId)The identifier of the language and locale of the bot recommendation to update.default UpdateBotRecommendationResponse.BuildertranscriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting)The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.UpdateBotRecommendationResponse.BuildertranscriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.-
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
-
botId
UpdateBotRecommendationResponse.Builder botId(String botId)
The unique identifier of the bot containing the bot recommendation that has been updated.
- Parameters:
botId- The unique identifier of the bot containing the bot recommendation that has been updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botVersion
UpdateBotRecommendationResponse.Builder botVersion(String botVersion)
The version of the bot containing the bot recommendation that has been updated.
- Parameters:
botVersion- The version of the bot containing the bot recommendation that has been updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
localeId
UpdateBotRecommendationResponse.Builder localeId(String localeId)
The identifier of the language and locale of the bot recommendation to update. The string must match one of the supported locales. For more information, see Supported languages
- Parameters:
localeId- The identifier of the language and locale of the bot recommendation to update. The string must match one of the supported locales. For more information, see Supported languages- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
botRecommendationStatus
UpdateBotRecommendationResponse.Builder botRecommendationStatus(String botRecommendationStatus)
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
- Parameters:
botRecommendationStatus- The status of the bot recommendation.If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotRecommendationStatus,BotRecommendationStatus
-
botRecommendationStatus
UpdateBotRecommendationResponse.Builder botRecommendationStatus(BotRecommendationStatus botRecommendationStatus)
The status of the bot recommendation.
If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
- Parameters:
botRecommendationStatus- The status of the bot recommendation.If the status is Failed, then the reasons for the failure are listed in the failureReasons field.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BotRecommendationStatus,BotRecommendationStatus
-
botRecommendationId
UpdateBotRecommendationResponse.Builder botRecommendationId(String botRecommendationId)
The unique identifier of the bot recommendation to be updated.
- Parameters:
botRecommendationId- The unique identifier of the bot recommendation to be updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationDateTime
UpdateBotRecommendationResponse.Builder creationDateTime(Instant creationDateTime)
A timestamp of the date and time that the bot recommendation was created.
- Parameters:
creationDateTime- A timestamp of the date and time that the bot recommendation was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedDateTime
UpdateBotRecommendationResponse.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
A timestamp of the date and time that the bot recommendation was last updated.
- Parameters:
lastUpdatedDateTime- A timestamp of the date and time that the bot recommendation was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transcriptSourceSetting
UpdateBotRecommendationResponse.Builder transcriptSourceSetting(TranscriptSourceSetting transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
- Parameters:
transcriptSourceSetting- The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
transcriptSourceSetting
default UpdateBotRecommendationResponse.Builder transcriptSourceSetting(Consumer<TranscriptSourceSetting.Builder> transcriptSourceSetting)
The object representing the Amazon S3 bucket containing the transcript, as well as the associated metadata.
This is a convenience method that creates an instance of theTranscriptSourceSetting.Builderavoiding the need to create one manually viaTranscriptSourceSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totranscriptSourceSetting(TranscriptSourceSetting).- Parameters:
transcriptSourceSetting- a consumer that will call methods onTranscriptSourceSetting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
transcriptSourceSetting(TranscriptSourceSetting)
-
encryptionSetting
UpdateBotRecommendationResponse.Builder encryptionSetting(EncryptionSetting encryptionSetting)
The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
- Parameters:
encryptionSetting- The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
encryptionSetting
default UpdateBotRecommendationResponse.Builder encryptionSetting(Consumer<EncryptionSetting.Builder> encryptionSetting)
The object representing the passwords that were used to encrypt the data related to the bot recommendation results, as well as the KMS key ARN used to encrypt the associated metadata.
This is a convenience method that creates an instance of theEncryptionSetting.Builderavoiding the need to create one manually viaEncryptionSetting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toencryptionSetting(EncryptionSetting).- Parameters:
encryptionSetting- a consumer that will call methods onEncryptionSetting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
encryptionSetting(EncryptionSetting)
-
-