public static interface ManagedAction.Builder extends CopyableBuilder<ManagedAction.Builder,ManagedAction>
Modifier and Type | Method and Description |
---|---|
ManagedAction.Builder |
actionDescription(String actionDescription)
A description of the managed action.
|
ManagedAction.Builder |
actionId(String actionId)
A unique identifier for the managed action.
|
ManagedAction.Builder |
actionType(ActionType actionType)
The type of managed action.
|
ManagedAction.Builder |
actionType(String actionType)
The type of managed action.
|
ManagedAction.Builder |
status(ActionStatus status)
The status of the managed action.
|
ManagedAction.Builder |
status(String status)
The status of the managed action.
|
ManagedAction.Builder |
windowStartTime(Instant windowStartTime)
The start time of the maintenance window in which the managed action will execute.
|
copy
applyMutation, build
ManagedAction.Builder actionId(String actionId)
A unique identifier for the managed action.
actionId
- A unique identifier for the managed action.ManagedAction.Builder actionDescription(String actionDescription)
A description of the managed action.
actionDescription
- A description of the managed action.ManagedAction.Builder actionType(String actionType)
The type of managed action.
actionType
- The type of managed action.ActionType
,
ActionType
ManagedAction.Builder actionType(ActionType actionType)
The type of managed action.
actionType
- The type of managed action.ActionType
,
ActionType
ManagedAction.Builder status(String status)
The status of the managed action. If the action is Scheduled
, you can apply it immediately with
ApplyEnvironmentManagedAction.
status
- The status of the managed action. If the action is Scheduled
, you can apply it
immediately with ApplyEnvironmentManagedAction.ActionStatus
,
ActionStatus
ManagedAction.Builder status(ActionStatus status)
The status of the managed action. If the action is Scheduled
, you can apply it immediately with
ApplyEnvironmentManagedAction.
status
- The status of the managed action. If the action is Scheduled
, you can apply it
immediately with ApplyEnvironmentManagedAction.ActionStatus
,
ActionStatus
ManagedAction.Builder windowStartTime(Instant windowStartTime)
The start time of the maintenance window in which the managed action will execute.
windowStartTime
- The start time of the maintenance window in which the managed action will execute.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.