public static interface ApplyEnvironmentManagedActionResponse.Builder extends ElasticBeanstalkResponse.Builder, CopyableBuilder<ApplyEnvironmentManagedActionResponse.Builder,ApplyEnvironmentManagedActionResponse>
Modifier and Type | Method and 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(ActionType actionType)
The type of managed action.
|
ApplyEnvironmentManagedActionResponse.Builder |
actionType(String actionType)
The type of managed action.
|
ApplyEnvironmentManagedActionResponse.Builder |
status(String status)
The status of the managed action.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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
,
ActionType
ApplyEnvironmentManagedActionResponse.Builder actionType(ActionType actionType)
The type of managed action.
actionType
- The type of managed action.ActionType
,
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.