public static class UpdateResourceActionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateResourceActionDetails |
build() |
UpdateResourceActionDetails.Builder |
copy(UpdateResourceActionDetails o) |
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 o)
Copyright © 2016–2022. All rights reserved.