public static class BulkApplyRecommendationsDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BulkApplyRecommendationsDetails.Builder |
actions(List<BulkApplyResourceAction> actions)
The unique resource actions that recommendations are applied to.
|
BulkApplyRecommendationsDetails |
build() |
BulkApplyRecommendationsDetails.Builder |
copy(BulkApplyRecommendationsDetails model) |
BulkApplyRecommendationsDetails.Builder |
resourceActionIds(List<String> resourceActionIds)
The unique OCIDs of the resource actions that recommendations are applied to.
|
BulkApplyRecommendationsDetails.Builder |
status(Status status)
The current status of the recommendation.
|
BulkApplyRecommendationsDetails.Builder |
timeStatusEnd(Date timeStatusEnd)
The date and time the current status will change.
|
public BulkApplyRecommendationsDetails.Builder resourceActionIds(List<String> resourceActionIds)
The unique OCIDs of the resource actions that recommendations are applied to.
This field is deprecated.
resourceActionIds
- the value to setpublic BulkApplyRecommendationsDetails.Builder actions(List<BulkApplyResourceAction> actions)
The unique resource actions that recommendations are applied to.
actions
- the value to setpublic BulkApplyRecommendationsDetails.Builder status(Status status)
The current status of the recommendation.
status
- the value to setpublic BulkApplyRecommendationsDetails.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 resource action will end and
change to pending
on this date and time."
timeStatusEnd
- the value to setpublic BulkApplyRecommendationsDetails build()
public BulkApplyRecommendationsDetails.Builder copy(BulkApplyRecommendationsDetails model)
Copyright © 2016–2024. All rights reserved.