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