Interface BotRecommendationSummary.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BotRecommendationSummary.Builder,,BotRecommendationSummary> SdkBuilder<BotRecommendationSummary.Builder,,BotRecommendationSummary> SdkPojo
- Enclosing class:
 BotRecommendationSummary
public static interface BotRecommendationSummary.Builder
extends SdkPojo, CopyableBuilder<BotRecommendationSummary.Builder,BotRecommendationSummary> 
- 
Method Summary
Modifier and TypeMethodDescriptionbotRecommendationId(String botRecommendationId) The unique identifier of the bot recommendation to be updated.botRecommendationStatus(String botRecommendationStatus) The status of the bot recommendation.botRecommendationStatus(BotRecommendationStatus botRecommendationStatus) The status of the bot recommendation.creationDateTime(Instant creationDateTime) A timestamp of the date and time that the bot recommendation was created.lastUpdatedDateTime(Instant lastUpdatedDateTime) A timestamp of the date and time that the bot recommendation was last updated.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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
BotRecommendationSummary.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:
 
 - 
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
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
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.
 
 
 -