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