public static interface ModifyVpcEndpointConnectionNotificationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVpcEndpointConnectionNotificationRequest.Builder,ModifyVpcEndpointConnectionNotificationRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyVpcEndpointConnectionNotificationRequest.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.ModifyVpcEndpointConnectionNotificationRequest.Builder connectionNotificationId(String connectionNotificationId)
The ID of the notification.
connectionNotificationId - The ID of the notification.ModifyVpcEndpointConnectionNotificationRequest.Builder connectionNotificationArn(String connectionNotificationArn)
The ARN for the SNS topic for the notification.
connectionNotificationArn - The ARN for the SNS topic for the notification.ModifyVpcEndpointConnectionNotificationRequest.Builder connectionEvents(Collection<String> connectionEvents)
The events for the endpoint. Valid values are Accept, Connect, Delete,
and Reject.
connectionEvents - The events for the endpoint. Valid values are Accept, Connect,
Delete, and Reject.ModifyVpcEndpointConnectionNotificationRequest.Builder connectionEvents(String... connectionEvents)
The events for the endpoint. Valid values are Accept, Connect, Delete,
and Reject.
connectionEvents - The events for the endpoint. Valid values are Accept, Connect,
Delete, and Reject.ModifyVpcEndpointConnectionNotificationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyVpcEndpointConnectionNotificationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.