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