public static class UpdateResourceActionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateResourceActionDetails |
build() |
UpdateResourceActionDetails.Builder |
copy(UpdateResourceActionDetails model) |
UpdateResourceActionDetails.Builder |
status(Status status)
The status of the resource action.
|
UpdateResourceActionDetails.Builder |
timeStatusEnd(Date timeStatusEnd)
The date and time the current status will change.
|
public UpdateResourceActionDetails.Builder status(Status status)
The status of the resource action.
status
- the value to setpublic UpdateResourceActionDetails.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 UpdateResourceActionDetails build()
public UpdateResourceActionDetails.Builder copy(UpdateResourceActionDetails model)
Copyright © 2016–2024. All rights reserved.