public static interface RecommenderUpdateSummary.Builder extends SdkPojo, CopyableBuilder<RecommenderUpdateSummary.Builder,RecommenderUpdateSummary>
| Modifier and Type | Method and Description |
|---|---|
RecommenderUpdateSummary.Builder |
creationDateTime(Instant creationDateTime)
The date and time (in Unix format) that the recommender update was created.
|
RecommenderUpdateSummary.Builder |
failureReason(String failureReason)
If a recommender update fails, the reason behind the failure.
|
RecommenderUpdateSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the recommender update was last updated.
|
default RecommenderUpdateSummary.Builder |
recommenderConfig(Consumer<RecommenderConfig.Builder> recommenderConfig)
The configuration details of the recommender update.
|
RecommenderUpdateSummary.Builder |
recommenderConfig(RecommenderConfig recommenderConfig)
The configuration details of the recommender update.
|
RecommenderUpdateSummary.Builder |
status(String status)
The status of the recommender update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildRecommenderUpdateSummary.Builder recommenderConfig(RecommenderConfig recommenderConfig)
The configuration details of the recommender update.
recommenderConfig - The configuration details of the recommender update.default RecommenderUpdateSummary.Builder recommenderConfig(Consumer<RecommenderConfig.Builder> recommenderConfig)
The configuration details of the recommender update.
This is a convenience method that creates an instance of theRecommenderConfig.Builder avoiding the
need to create one manually via RecommenderConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to recommenderConfig(RecommenderConfig).
recommenderConfig - a consumer that will call methods on RecommenderConfig.BuilderrecommenderConfig(RecommenderConfig)RecommenderUpdateSummary.Builder creationDateTime(Instant creationDateTime)
The date and time (in Unix format) that the recommender update was created.
creationDateTime - The date and time (in Unix format) that the recommender update was created.RecommenderUpdateSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The date and time (in Unix time) that the recommender update was last updated.
lastUpdatedDateTime - The date and time (in Unix time) that the recommender update was last updated.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
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
RecommenderUpdateSummary.Builder failureReason(String failureReason)
If a recommender update fails, the reason behind the failure.
failureReason - If a recommender update fails, the reason behind the failure.Copyright © 2023. All rights reserved.