UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.applicationId(String applicationId) |
The application ID.
|
static UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.builder() |
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.description(String description) |
The description of the environment.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.id(String id) |
The environment ID.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.monitors(Collection<Monitor> monitors) |
Amazon CloudWatch alarms monitored during the deployment.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.monitors(Consumer<Monitor.Builder>... monitors) |
Amazon CloudWatch alarms monitored during the deployment.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.monitors(Monitor... monitors) |
Amazon CloudWatch alarms monitored during the deployment.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.name(String name) |
The name of the environment.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.state(String state) |
The state of the environment.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.Builder.state(EnvironmentState state) |
The state of the environment.
|
UpdateEnvironmentResponse.Builder |
UpdateEnvironmentResponse.toBuilder() |
|