CopyableBuilder<ManagedAction.Builder,ManagedAction>, SdkBuilder<ManagedAction.Builder,ManagedAction>public static interface ManagedAction.Builder extends CopyableBuilder<ManagedAction.Builder,ManagedAction>
| Modifier and Type | Method | 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(String actionType) |
The type of managed action.
|
ManagedAction.Builder |
actionType(ActionType actionType) |
The type of managed action.
|
ManagedAction.Builder |
status(String status) |
The status of the managed action.
|
ManagedAction.Builder |
status(ActionStatus status) |
The status of the managed action.
|
ManagedAction.Builder |
windowStartTime(Date windowStartTime) |
The start time of the maintenance window in which the managed action will execute.
|
copyapply, buildManagedAction.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.ActionTypeManagedAction.Builder actionType(ActionType actionType)
The type of managed action.
actionType - The type of managed action.ActionTypeManagedAction.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.ActionStatusManagedAction.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.ActionStatusManagedAction.Builder windowStartTime(Date 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.