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 Details

    • 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

      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

      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.