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)
The events for the endpoint.
|
ModifyVpcEndpointConnectionNotificationRequest.Builder |
connectionEvents(String... connectionEvents)
The 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) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
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)
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.Builder
ModifyVpcEndpointConnectionNotificationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.