public static interface ModifyInstanceMaintenanceOptionsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyInstanceMaintenanceOptionsRequest.Builder,ModifyInstanceMaintenanceOptionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyInstanceMaintenanceOptionsRequest.Builder instanceId(String instanceId)
The ID of the instance.
instanceId - The ID of the instance.ModifyInstanceMaintenanceOptionsRequest.Builder autoRecovery(String autoRecovery)
Disables the automatic recovery behavior of your instance or sets it to default.
autoRecovery - Disables the automatic recovery behavior of your instance or sets it to default.InstanceAutoRecoveryState,
InstanceAutoRecoveryStateModifyInstanceMaintenanceOptionsRequest.Builder autoRecovery(InstanceAutoRecoveryState autoRecovery)
Disables the automatic recovery behavior of your instance or sets it to default.
autoRecovery - Disables the automatic recovery behavior of your instance or sets it to default.InstanceAutoRecoveryState,
InstanceAutoRecoveryStateModifyInstanceMaintenanceOptionsRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.ModifyInstanceMaintenanceOptionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyInstanceMaintenanceOptionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.