Cloneable
, ReadLimitInfo
, ToCopyableBuilder<TerminateEnvironmentRequest.Builder,TerminateEnvironmentRequest>
@Generated("software.amazon.awssdk:codegen") public class TerminateEnvironmentRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<TerminateEnvironmentRequest.Builder,TerminateEnvironmentRequest>
Request to terminate an environment.
Modifier and Type | Class | Description |
---|---|---|
static interface |
TerminateEnvironmentRequest.Builder |
NOOP
Modifier and Type | Method | 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 |
forceTerminate() |
Terminates the target environment even if another environment in the same group is dependent on it.
|
int |
hashCode() |
|
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() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public 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()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<TerminateEnvironmentRequest.Builder,TerminateEnvironmentRequest>
public static TerminateEnvironmentRequest.Builder builder()
public static Class<? extends TerminateEnvironmentRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.