@Generated(value="software.amazon.awssdk:codegen") public final class RebuildEnvironmentRequest extends ElasticBeanstalkRequest implements ToCopyableBuilder<RebuildEnvironmentRequest.Builder,RebuildEnvironmentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
RebuildEnvironmentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static RebuildEnvironmentRequest.Builder |
builder() |
String |
environmentId()
The ID of the environment to rebuild.
|
String |
environmentName()
The name of the environment to rebuild.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends RebuildEnvironmentRequest.Builder> |
serializableBuilderClass() |
RebuildEnvironmentRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic String environmentId()
The ID of the environment to rebuild.
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 rebuild.
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 RebuildEnvironmentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<RebuildEnvironmentRequest.Builder,RebuildEnvironmentRequest>toBuilder in class ElasticBeanstalkRequestpublic static RebuildEnvironmentRequest.Builder builder()
public static Class<? extends RebuildEnvironmentRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2019. All rights reserved.