public static interface DeleteInstanceEventWindowRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteInstanceEventWindowRequest.Builder,DeleteInstanceEventWindowRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteInstanceEventWindowRequest.Builder |
forceDelete(Boolean forceDelete)
Specify
true to force delete the event window. |
DeleteInstanceEventWindowRequest.Builder |
instanceEventWindowId(String instanceEventWindowId)
The ID of the event window.
|
DeleteInstanceEventWindowRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteInstanceEventWindowRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteInstanceEventWindowRequest.Builder forceDelete(Boolean forceDelete)
Specify true to force delete the event window. Use the force delete parameter if the event
window is currently associated with targets.
forceDelete - Specify true to force delete the event window. Use the force delete parameter if the
event window is currently associated with targets.DeleteInstanceEventWindowRequest.Builder instanceEventWindowId(String instanceEventWindowId)
The ID of the event window.
instanceEventWindowId - The ID of the event window.DeleteInstanceEventWindowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteInstanceEventWindowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.