public static class UpdateRecommendationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateRecommendationDetails |
build() |
UpdateRecommendationDetails.Builder |
copy(UpdateRecommendationDetails o) |
UpdateRecommendationDetails.Builder |
status(Status status)
The status of the recommendation.
|
UpdateRecommendationDetails.Builder |
timeStatusEnd(Date timeStatusEnd)
The date and time the current status will change.
|
public UpdateRecommendationDetails.Builder status(Status status)
The status of the recommendation.
status
- the value to setpublic UpdateRecommendationDetails.Builder timeStatusEnd(Date timeStatusEnd)
The date and time the current status will change. The format is defined by RFC3339.
For example, "The current postponed
status of the recommendation will end and change to pending
on this
date and time."
timeStatusEnd
- the value to setpublic UpdateRecommendationDetails build()
public UpdateRecommendationDetails.Builder copy(UpdateRecommendationDetails o)
Copyright © 2016–2022. All rights reserved.