Uses of Interface
software.amazon.awssdk.services.m2.model.UpdateEnvironmentRequest.Builder
-
Packages that use UpdateEnvironmentRequest.Builder Package Description software.amazon.awssdk.services.m2 Amazon Web Services Mainframe Modernization provides tools and resources to help you plan and implement migration and modernization from mainframes to Amazon Web Services managed runtime environments.software.amazon.awssdk.services.m2.model -
-
Uses of UpdateEnvironmentRequest.Builder in software.amazon.awssdk.services.m2
Method parameters in software.amazon.awssdk.services.m2 with type arguments of type UpdateEnvironmentRequest.Builder Modifier and Type Method Description default CompletableFuture<UpdateEnvironmentResponse>M2AsyncClient. updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)Updates the configuration details for a specific runtime environment.default UpdateEnvironmentResponseM2Client. updateEnvironment(Consumer<UpdateEnvironmentRequest.Builder> updateEnvironmentRequest)Updates the configuration details for a specific runtime environment. -
Uses of UpdateEnvironmentRequest.Builder in software.amazon.awssdk.services.m2.model
Methods in software.amazon.awssdk.services.m2.model that return UpdateEnvironmentRequest.Builder Modifier and Type Method Description UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. applyDuringMaintenanceWindow(Boolean applyDuringMaintenanceWindow)Indicates whether to update the runtime environment during the maintenance window.static UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest. builder()UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. desiredCapacity(Integer desiredCapacity)The desired capacity for the runtime environment to update.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. engineVersion(String engineVersion)The version of the runtime engine for the runtime environment.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. environmentId(String environmentId)The unique identifier of the runtime environment that you want to update.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. forceUpdate(Boolean forceUpdate)Forces the updates on the environment.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. instanceType(String instanceType)The instance type for the runtime environment to update.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest.Builder. preferredMaintenanceWindow(String preferredMaintenanceWindow)Configures the maintenance window that you want for the runtime environment.UpdateEnvironmentRequest.BuilderUpdateEnvironmentRequest. toBuilder()Methods in software.amazon.awssdk.services.m2.model that return types with arguments of type UpdateEnvironmentRequest.Builder Modifier and Type Method Description static Class<? extends UpdateEnvironmentRequest.Builder>UpdateEnvironmentRequest. serializableBuilderClass()
-