public static interface CreateVpcEndpointConnectionNotificationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateVpcEndpointConnectionNotificationRequest.Builder,CreateVpcEndpointConnectionNotificationRequest>
buildoverrideConfigurationcopyapplyMutation, buildCreateVpcEndpointConnectionNotificationRequest.Builder serviceId(String serviceId)
The ID of the endpoint service.
serviceId - The ID of the endpoint service.CreateVpcEndpointConnectionNotificationRequest.Builder vpcEndpointId(String vpcEndpointId)
The ID of the endpoint.
vpcEndpointId - The ID of the endpoint.CreateVpcEndpointConnectionNotificationRequest.Builder connectionNotificationArn(String connectionNotificationArn)
The ARN of the SNS topic for the notifications.
connectionNotificationArn - The ARN of the SNS topic for the notifications.CreateVpcEndpointConnectionNotificationRequest.Builder connectionEvents(Collection<String> connectionEvents)
 One or more endpoint events for which to receive notifications. Valid values are Accept,
 Connect, Delete, and Reject.
 
connectionEvents - One or more endpoint events for which to receive notifications. Valid values are Accept,
        Connect, Delete, and Reject.CreateVpcEndpointConnectionNotificationRequest.Builder connectionEvents(String... connectionEvents)
 One or more endpoint events for which to receive notifications. Valid values are Accept,
 Connect, Delete, and Reject.
 
connectionEvents - One or more endpoint events for which to receive notifications. Valid values are Accept,
        Connect, Delete, and Reject.CreateVpcEndpointConnectionNotificationRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken - Unique, case-sensitive identifier you provide to ensure the idempotency of the request. For more
        information, see How to
        Ensure Idempotency.CreateVpcEndpointConnectionNotificationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateVpcEndpointConnectionNotificationRequest.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.