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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BotRecommendationSummary.BuilderbotRecommendationId(String botRecommendationId)The unique identifier of the bot recommendation to be updated.BotRecommendationSummary.BuilderbotRecommendationStatus(String botRecommendationStatus)The status of the bot recommendation.BotRecommendationSummary.BuilderbotRecommendationStatus(BotRecommendationStatus botRecommendationStatus)The status of the bot recommendation.BotRecommendationSummary.BuildercreationDateTime(Instant creationDateTime)A timestamp of the date and time that the bot recommendation was created.BotRecommendationSummary.BuilderlastUpdatedDateTime(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
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
botRecommendationStatus
BotRecommendationSummary.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
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:
BotRecommendationStatus,BotRecommendationStatus
-
botRecommendationId
BotRecommendationSummary.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
BotRecommendationSummary.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
BotRecommendationSummary.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.
-
-