ToCopyableBuilder<ManagedAction.Builder,ManagedAction>
@Generated("software.amazon.awssdk:codegen") public class ManagedAction extends Object implements ToCopyableBuilder<ManagedAction.Builder,ManagedAction>
The record of an upcoming or in-progress managed action.
Modifier and Type | Class | Description |
---|---|---|
static interface |
ManagedAction.Builder |
Modifier and Type | Method | Description |
---|---|---|
String |
actionDescription() |
A description of the managed action.
|
String |
actionId() |
A unique identifier for the managed action.
|
String |
actionType() |
The type of managed action.
|
static ManagedAction.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
static Class<? extends ManagedAction.Builder> |
serializableBuilderClass() |
|
String |
status() |
The status of the managed action.
|
ManagedAction.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
Date |
windowStartTime() |
The start time of the maintenance window in which the managed action will execute.
|
public String actionId()
A unique identifier for the managed action.
public String actionDescription()
A description of the managed action.
public String actionType()
The type of managed action.
ActionType
public String status()
The status of the managed action. If the action is Scheduled
, you can apply it immediately with
ApplyEnvironmentManagedAction.
Scheduled
, you can apply it immediately
with ApplyEnvironmentManagedAction.ActionStatus
public Date windowStartTime()
The start time of the maintenance window in which the managed action will execute.
public ManagedAction.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<ManagedAction.Builder,ManagedAction>
public static ManagedAction.Builder builder()
public static Class<? extends ManagedAction.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.