@Generated(value="software.amazon.awssdk:codegen") public final class TerminateEnvironmentRequest extends ElasticBeanstalkRequest implements ToCopyableBuilder<TerminateEnvironmentRequest.Builder,TerminateEnvironmentRequest>
Request to terminate an environment.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TerminateEnvironmentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TerminateEnvironmentRequest.Builder |
builder() |
String |
environmentId()
The ID of the environment to terminate.
|
String |
environmentName()
The name of the environment to terminate.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Boolean |
forceTerminate()
Terminates the target environment even if another environment in the same group is dependent on it.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TerminateEnvironmentRequest.Builder> |
serializableBuilderClass() |
Boolean |
terminateResources()
Indicates whether the associated AWS resources should shut down when the environment is terminated:
|
TerminateEnvironmentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String environmentId()
The ID of the environment to terminate.
Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic
Beanstalk returns MissingRequiredParameter error.
Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS
Elastic Beanstalk returns MissingRequiredParameter error.
public String environmentName()
The name of the environment to terminate.
Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic
Beanstalk returns MissingRequiredParameter error.
Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS
Elastic Beanstalk returns MissingRequiredParameter error.
public Boolean terminateResources()
Indicates whether the associated AWS resources should shut down when the environment is terminated:
true: The specified environment as well as the associated AWS resources, such as Auto Scaling group
and LoadBalancer, are terminated.
false: AWS Elastic Beanstalk resource management is removed from the environment, but the AWS
resources continue to operate.
For more information, see the AWS Elastic Beanstalk User Guide.
Default: true
Valid Values: true | false
true: The specified environment as well as the associated AWS resources, such as Auto
Scaling group and LoadBalancer, are terminated.
false: AWS Elastic Beanstalk resource management is removed from the environment, but the
AWS resources continue to operate.
For more information, see the AWS Elastic Beanstalk User Guide.
Default: true
Valid Values: true | false
public Boolean forceTerminate()
Terminates the target environment even if another environment in the same group is dependent on it.
public TerminateEnvironmentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TerminateEnvironmentRequest.Builder,TerminateEnvironmentRequest>toBuilder in class ElasticBeanstalkRequestpublic static TerminateEnvironmentRequest.Builder builder()
public static Class<? extends TerminateEnvironmentRequest.Builder> serializableBuilderClass()
public int hashCode()
hashCode in class AwsRequestpublic boolean equals(Object obj)
equals in class AwsRequestpublic boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2020. All rights reserved.