public static interface DeregisterInstanceEventNotificationAttributesRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeregisterInstanceEventNotificationAttributesRequest.Builder,DeregisterInstanceEventNotificationAttributesRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeregisterInstanceEventNotificationAttributesRequest.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.DeregisterInstanceEventNotificationAttributesRequest.Builder instanceTagAttribute(DeregisterInstanceTagAttributeRequest instanceTagAttribute)
Information about the tag keys to deregister.
instanceTagAttribute - Information about the tag keys to deregister.default DeregisterInstanceEventNotificationAttributesRequest.Builder instanceTagAttribute(Consumer<DeregisterInstanceTagAttributeRequest.Builder> instanceTagAttribute)
Information about the tag keys to deregister.
This is a convenience method that creates an instance of theDeregisterInstanceTagAttributeRequest.Builder avoiding the need to create one manually via
DeregisterInstanceTagAttributeRequest.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to instanceTagAttribute(DeregisterInstanceTagAttributeRequest).
instanceTagAttribute - a consumer that will call methods on DeregisterInstanceTagAttributeRequest.BuilderinstanceTagAttribute(DeregisterInstanceTagAttributeRequest)DeregisterInstanceEventNotificationAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeregisterInstanceEventNotificationAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.