public static interface DisableFastLaunchRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DisableFastLaunchRequest.Builder,DisableFastLaunchRequest>
| Modifier and Type | Method and Description |
|---|---|
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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisableFastLaunchRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.