public static interface ModifyVpcEndpointConnectionNotificationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVpcEndpointConnectionNotificationRequest.Builder,ModifyVpcEndpointConnectionNotificationRequest>
buildoverrideConfigurationcopyapplyMutation, buildModifyVpcEndpointConnectionNotificationRequest.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)
 One or more events for the endpoint. Valid values are Accept, Connect,
 Delete, and Reject.
 
connectionEvents - One or more events for the endpoint. Valid values are Accept, Connect,
        Delete, and Reject.ModifyVpcEndpointConnectionNotificationRequest.Builder connectionEvents(String... connectionEvents)
 One or more events for the endpoint. Valid values are Accept, Connect,
 Delete, and Reject.
 
connectionEvents - One or more events for the endpoint. Valid values are Accept, Connect,
        Delete, and Reject.ModifyVpcEndpointConnectionNotificationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.ModifyVpcEndpointConnectionNotificationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.