Interface RecommenderUpdateSummary.Builder

    • Method Detail

      • recommenderConfig

        RecommenderUpdateSummary.Builder recommenderConfig​(RecommenderConfig recommenderConfig)

        The configuration details of the recommender update.

        Parameters:
        recommenderConfig - The configuration details of the recommender update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationDateTime

        RecommenderUpdateSummary.Builder creationDateTime​(Instant creationDateTime)

        The date and time (in Unix format) that the recommender update was created.

        Parameters:
        creationDateTime - The date and time (in Unix format) that the recommender update was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastUpdatedDateTime

        RecommenderUpdateSummary.Builder lastUpdatedDateTime​(Instant lastUpdatedDateTime)

        The date and time (in Unix time) that the recommender update was last updated.

        Parameters:
        lastUpdatedDateTime - The date and time (in Unix time) that the recommender update was last updated.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        RecommenderUpdateSummary.Builder status​(String status)

        The status of the recommender update.

        A recommender can be in one of the following states:

        • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

        • STOP PENDING > STOP IN_PROGRESS > INACTIVE > START PENDING > START IN_PROGRESS > ACTIVE

        • DELETE PENDING > DELETE IN_PROGRESS

        Parameters:
        status - The status of the recommender update.

        A recommender can be in one of the following states:

        • CREATE PENDING > CREATE IN_PROGRESS > ACTIVE -or- CREATE FAILED

        • STOP PENDING > STOP IN_PROGRESS > INACTIVE > START PENDING > START IN_PROGRESS > ACTIVE

        • DELETE PENDING > DELETE IN_PROGRESS

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReason

        RecommenderUpdateSummary.Builder failureReason​(String failureReason)

        If a recommender update fails, the reason behind the failure.

        Parameters:
        failureReason - If a recommender update fails, the reason behind the failure.
        Returns:
        Returns a reference to this object so that method calls can be chained together.