public static interface UpdateEnvironmentRequest.Builder extends M2Request.Builder, SdkPojo, CopyableBuilder<UpdateEnvironmentRequest.Builder,UpdateEnvironmentRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEnvironmentRequest.Builder |
applyDuringMaintenanceWindow(Boolean applyDuringMaintenanceWindow)
Indicates whether to update the environment during the maintenance window.
|
UpdateEnvironmentRequest.Builder |
desiredCapacity(Integer desiredCapacity)
The desired capacity for the environment to update.
|
UpdateEnvironmentRequest.Builder |
engineVersion(String engineVersion)
The version of the runtime engine for the environment.
|
UpdateEnvironmentRequest.Builder |
environmentId(String environmentId)
The unique identifier of the runtime environment that you want to update.
|
UpdateEnvironmentRequest.Builder |
instanceType(String instanceType)
The instance type for the environment to update.
|
UpdateEnvironmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEnvironmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEnvironmentRequest.Builder |
preferredMaintenanceWindow(String preferredMaintenanceWindow)
Configures a desired maintenance window for the environment.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEnvironmentRequest.Builder applyDuringMaintenanceWindow(Boolean applyDuringMaintenanceWindow)
Indicates whether to update the 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.
applyDuringMaintenanceWindow - Indicates whether to update the 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.UpdateEnvironmentRequest.Builder desiredCapacity(Integer desiredCapacity)
The desired capacity for the environment to update.
desiredCapacity - The desired capacity for the environment to update.UpdateEnvironmentRequest.Builder engineVersion(String engineVersion)
The version of the runtime engine for the environment.
engineVersion - The version of the runtime engine for the environment.UpdateEnvironmentRequest.Builder environmentId(String environmentId)
The unique identifier of the runtime environment that you want to update.
environmentId - The unique identifier of the runtime environment that you want to update.UpdateEnvironmentRequest.Builder instanceType(String instanceType)
The instance type for the environment to update.
instanceType - The instance type for the environment to update.UpdateEnvironmentRequest.Builder preferredMaintenanceWindow(String preferredMaintenanceWindow)
Configures a desired maintenance window for the environment. If you do not provide a value, a random system-generated value will be assigned.
preferredMaintenanceWindow - Configures a desired maintenance window for the environment. If you do not provide a value, a random
system-generated value will be assigned.UpdateEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.