static UpdateEnvironmentActionResponse.Builder |
UpdateEnvironmentActionResponse.builder() |
|
UpdateEnvironmentActionResponse.Builder |
UpdateEnvironmentActionResponse.Builder.description(String description) |
The description of the environment action.
|
UpdateEnvironmentActionResponse.Builder |
UpdateEnvironmentActionResponse.Builder.domainId(String domainId) |
The domain ID of the environment action.
|
UpdateEnvironmentActionResponse.Builder |
UpdateEnvironmentActionResponse.Builder.environmentId(String environmentId) |
The environment ID of the environment action.
|
UpdateEnvironmentActionResponse.Builder |
UpdateEnvironmentActionResponse.Builder.id(String id) |
The ID of the environment action.
|
UpdateEnvironmentActionResponse.Builder |
UpdateEnvironmentActionResponse.Builder.name(String name) |
The name of the environment action.
|
default UpdateEnvironmentActionResponse.Builder |
UpdateEnvironmentActionResponse.Builder.parameters(Consumer<ActionParameters.Builder> parameters) |
The parameters of the environment action.
|
UpdateEnvironmentActionResponse.Builder |
UpdateEnvironmentActionResponse.Builder.parameters(ActionParameters parameters) |
The parameters of the environment action.
|
UpdateEnvironmentActionResponse.Builder |
UpdateEnvironmentActionResponse.toBuilder() |
|