public static interface ManagedActionHistoryItem.Builder extends CopyableBuilder<ManagedActionHistoryItem.Builder,ManagedActionHistoryItem>
| Modifier and Type | Method and Description |
|---|---|
ManagedActionHistoryItem.Builder |
actionDescription(String actionDescription)
A description of the managed action.
|
ManagedActionHistoryItem.Builder |
actionId(String actionId)
A unique identifier for the managed action.
|
ManagedActionHistoryItem.Builder |
actionType(ActionType actionType)
The type of the managed action.
|
ManagedActionHistoryItem.Builder |
actionType(String actionType)
The type of the managed action.
|
ManagedActionHistoryItem.Builder |
executedTime(Instant executedTime)
The date and time that the action started executing.
|
ManagedActionHistoryItem.Builder |
failureDescription(String failureDescription)
If the action failed, a description of the failure.
|
ManagedActionHistoryItem.Builder |
failureType(FailureType failureType)
If the action failed, the type of failure.
|
ManagedActionHistoryItem.Builder |
failureType(String failureType)
If the action failed, the type of failure.
|
ManagedActionHistoryItem.Builder |
finishedTime(Instant finishedTime)
The date and time that the action finished executing.
|
ManagedActionHistoryItem.Builder |
status(ActionHistoryStatus status)
The status of the action.
|
ManagedActionHistoryItem.Builder |
status(String status)
The status of the action.
|
copyapply, buildManagedActionHistoryItem.Builder actionId(String actionId)
A unique identifier for the managed action.
actionId - A unique identifier for the managed action.ManagedActionHistoryItem.Builder actionType(String actionType)
The type of the managed action.
actionType - The type of the managed action.ActionType,
ActionTypeManagedActionHistoryItem.Builder actionType(ActionType actionType)
The type of the managed action.
actionType - The type of the managed action.ActionType,
ActionTypeManagedActionHistoryItem.Builder actionDescription(String actionDescription)
A description of the managed action.
actionDescription - A description of the managed action.ManagedActionHistoryItem.Builder failureType(String failureType)
If the action failed, the type of failure.
failureType - If the action failed, the type of failure.FailureType,
FailureTypeManagedActionHistoryItem.Builder failureType(FailureType failureType)
If the action failed, the type of failure.
failureType - If the action failed, the type of failure.FailureType,
FailureTypeManagedActionHistoryItem.Builder status(String status)
The status of the action.
status - The status of the action.ActionHistoryStatus,
ActionHistoryStatusManagedActionHistoryItem.Builder status(ActionHistoryStatus status)
The status of the action.
status - The status of the action.ActionHistoryStatus,
ActionHistoryStatusManagedActionHistoryItem.Builder failureDescription(String failureDescription)
If the action failed, a description of the failure.
failureDescription - If the action failed, a description of the failure.ManagedActionHistoryItem.Builder executedTime(Instant executedTime)
The date and time that the action started executing.
executedTime - The date and time that the action started executing.ManagedActionHistoryItem.Builder finishedTime(Instant finishedTime)
The date and time that the action finished executing.
finishedTime - The date and time that the action finished executing.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.