public static interface DisableFastLaunchRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DisableFastLaunchRequest.Builder,DisableFastLaunchRequest>
| Modifier and Type | Method and Description |
|---|---|
DisableFastLaunchRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DisableFastLaunchRequest.Builder |
force(Boolean force)
Forces the image settings to turn off faster launching for your Windows AMI.
|
DisableFastLaunchRequest.Builder |
imageId(String imageId)
The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.
|
DisableFastLaunchRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DisableFastLaunchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisableFastLaunchRequest.Builder imageId(String imageId)
The ID of the image for which you’re turning off faster launching, and removing pre-provisioned snapshots.
imageId - The ID of the image for which you’re turning off faster launching, and removing pre-provisioned
snapshots.DisableFastLaunchRequest.Builder force(Boolean force)
Forces the image settings to turn off faster launching for your Windows AMI. This parameter overrides any errors that are encountered while cleaning up resources in your account.
force - Forces the image settings to turn off faster launching for your Windows AMI. This parameter overrides
any errors that are encountered while cleaning up resources in your account.DisableFastLaunchRequest.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.DisableFastLaunchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisableFastLaunchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.