public static interface CreateVpcEndpointConnectionNotificationRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<CreateVpcEndpointConnectionNotificationRequest.Builder,CreateVpcEndpointConnectionNotificationRequest>
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateVpcEndpointConnectionNotificationRequest.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 that you provide to ensure the idempotency of the request. For more information, see How to Ensure Idempotency.
clientToken
- Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. For more
information, see How to
Ensure Idempotency.CreateVpcEndpointConnectionNotificationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
CreateVpcEndpointConnectionNotificationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2021. All rights reserved.