CopyableBuilder<ApplyEnvironmentManagedActionResponse.Builder,ApplyEnvironmentManagedActionResponse>
, SdkBuilder<ApplyEnvironmentManagedActionResponse.Builder,ApplyEnvironmentManagedActionResponse>
public static interface ApplyEnvironmentManagedActionResponse.Builder extends CopyableBuilder<ApplyEnvironmentManagedActionResponse.Builder,ApplyEnvironmentManagedActionResponse>
Modifier and Type | Method | Description |
---|---|---|
ApplyEnvironmentManagedActionResponse.Builder |
actionDescription(String actionDescription) |
A description of the managed action.
|
ApplyEnvironmentManagedActionResponse.Builder |
actionId(String actionId) |
The action ID of the managed action.
|
ApplyEnvironmentManagedActionResponse.Builder |
actionType(String actionType) |
The type of managed action.
|
ApplyEnvironmentManagedActionResponse.Builder |
actionType(ActionType actionType) |
The type of managed action.
|
ApplyEnvironmentManagedActionResponse.Builder |
status(String status) |
The status of the managed action.
|
copy
apply, build
ApplyEnvironmentManagedActionResponse.Builder actionId(String actionId)
The action ID of the managed action.
actionId
- The action ID of the managed action.ApplyEnvironmentManagedActionResponse.Builder actionDescription(String actionDescription)
A description of the managed action.
actionDescription
- A description of the managed action.ApplyEnvironmentManagedActionResponse.Builder actionType(String actionType)
The type of managed action.
actionType
- The type of managed action.ActionType
ApplyEnvironmentManagedActionResponse.Builder actionType(ActionType actionType)
The type of managed action.
actionType
- The type of managed action.ActionType
ApplyEnvironmentManagedActionResponse.Builder status(String status)
The status of the managed action.
status
- The status of the managed action.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.