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 runtime environment during the maintenance window.
|
UpdateEnvironmentRequest.Builder |
desiredCapacity(Integer desiredCapacity)
The desired capacity for the runtime environment to update.
|
UpdateEnvironmentRequest.Builder |
engineVersion(String engineVersion)
The version of the runtime engine for the runtime 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 runtime environment to update.
|
UpdateEnvironmentRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEnvironmentRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEnvironmentRequest.Builder |
preferredMaintenanceWindow(String preferredMaintenanceWindow)
Configures the maintenance window you want for the runtime environment.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEnvironmentRequest.Builder applyDuringMaintenanceWindow(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.
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.UpdateEnvironmentRequest.Builder desiredCapacity(Integer desiredCapacity)
The desired capacity for the runtime environment to update.
desiredCapacity - The desired capacity for the runtime environment to update.UpdateEnvironmentRequest.Builder engineVersion(String engineVersion)
The version of the runtime engine for the runtime environment.
engineVersion - The version of the runtime engine for the runtime 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 runtime environment to update.
instanceType - The instance type for the runtime environment to update.UpdateEnvironmentRequest.Builder preferredMaintenanceWindow(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.
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.UpdateEnvironmentRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEnvironmentRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.