public static interface DisassociateInstanceEventWindowRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DisassociateInstanceEventWindowRequest.Builder,DisassociateInstanceEventWindowRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisassociateInstanceEventWindowRequest.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.DisassociateInstanceEventWindowRequest.Builder instanceEventWindowId(String instanceEventWindowId)
The ID of the event window.
instanceEventWindowId - The ID of the event window.DisassociateInstanceEventWindowRequest.Builder associationTarget(InstanceEventWindowDisassociationRequest associationTarget)
One or more targets to disassociate from the specified event window.
associationTarget - One or more targets to disassociate from the specified event window.default DisassociateInstanceEventWindowRequest.Builder associationTarget(Consumer<InstanceEventWindowDisassociationRequest.Builder> associationTarget)
One or more targets to disassociate from the specified event window.
This is a convenience method that creates an instance of theInstanceEventWindowDisassociationRequest.Builder avoiding the need to create one manually via
InstanceEventWindowDisassociationRequest.builder().
When the Consumer completes, SdkBuilder.build() is
called immediately and its result is passed to
associationTarget(InstanceEventWindowDisassociationRequest).
associationTarget - a consumer that will call methods on InstanceEventWindowDisassociationRequest.BuilderassociationTarget(InstanceEventWindowDisassociationRequest)DisassociateInstanceEventWindowRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDisassociateInstanceEventWindowRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.