@Generated(value="software.amazon.awssdk:codegen") public final class UpdateEnvironmentRequest extends M2Request implements ToCopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
UpdateEnvironmentRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
applyDuringMaintenanceWindow()
Indicates whether to update the runtime environment during the maintenance window.
|
static UpdateEnvironmentRequest.Builder |
builder() |
Integer |
desiredCapacity()
The desired capacity for the runtime environment to update.
|
String |
engineVersion()
The version of the runtime engine for the runtime environment.
|
String |
environmentId()
The unique identifier of the runtime environment that you want to update.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
instanceType()
The instance type for the runtime environment to update.
|
String |
preferredMaintenanceWindow()
Configures the maintenance window you want for the runtime environment.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends UpdateEnvironmentRequest.Builder> |
serializableBuilderClass() |
UpdateEnvironmentRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Boolean applyDuringMaintenanceWindow()
Indicates whether to update the runtime environment during the maintenance window. The default is false.
Currently, Amazon Web Services Mainframe Modernization accepts the engineVersion parameter only if
applyDuringMaintenanceWindow is true. If any parameter other than engineVersion is
provided in UpdateEnvironmentRequest, it will fail if applyDuringMaintenanceWindow is
set to true.
engineVersion parameter
only if applyDuringMaintenanceWindow is true. If any parameter other than
engineVersion is provided in UpdateEnvironmentRequest, it will fail if
applyDuringMaintenanceWindow is set to true.public final Integer desiredCapacity()
The desired capacity for the runtime environment to update.
public final String engineVersion()
The version of the runtime engine for the runtime environment.
public final String environmentId()
The unique identifier of the runtime environment that you want to update.
public final String instanceType()
The instance type for the runtime environment to update.
public final String preferredMaintenanceWindow()
Configures the maintenance window you want for the runtime environment. If you do not provide a value, a random system-generated value will be assigned.
public UpdateEnvironmentRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>toBuilder in class M2Requestpublic static UpdateEnvironmentRequest.Builder builder()
public static Class<? extends UpdateEnvironmentRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.