public static interface ModifyVpcEndpointConnectionNotificationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVpcEndpointConnectionNotificationRequest.Builder,ModifyVpcEndpointConnectionNotificationRequest>
build
overrideConfiguration
copy
applyMutation, build
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)
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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ModifyVpcEndpointConnectionNotificationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.