public static interface DeleteInstanceEventWindowRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteInstanceEventWindowRequest.Builder,DeleteInstanceEventWindowRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteInstanceEventWindowRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
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 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.DeleteInstanceEventWindowRequest.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 © 2023. All rights reserved.