public static interface ModifyVpcEndpointConnectionNotificationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVpcEndpointConnectionNotificationRequest.Builder,ModifyVpcEndpointConnectionNotificationRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyVpcEndpointConnectionNotificationRequest.Builder |
connectionEvents(Collection<String> connectionEvents)
One or more events for the endpoint.
|
ModifyVpcEndpointConnectionNotificationRequest.Builder |
connectionEvents(String... connectionEvents)
One or more events for the endpoint.
|
ModifyVpcEndpointConnectionNotificationRequest.Builder |
connectionNotificationArn(String connectionNotificationArn)
The ARN for the SNS topic for the notification.
|
ModifyVpcEndpointConnectionNotificationRequest.Builder |
connectionNotificationId(String connectionNotificationId)
The ID of the notification.
|
ModifyVpcEndpointConnectionNotificationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyVpcEndpointConnectionNotificationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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)
overrideConfiguration in interface AwsRequest.BuilderModifyVpcEndpointConnectionNotificationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.