public static interface ConnectionNotification.Builder extends SdkPojo, CopyableBuilder<ConnectionNotification.Builder,ConnectionNotification>
equalsBySdkFields, sdkFields
copy
applyMutation, build
ConnectionNotification.Builder connectionNotificationId(String connectionNotificationId)
The ID of the notification.
connectionNotificationId
- The ID of the notification.ConnectionNotification.Builder serviceId(String serviceId)
The ID of the endpoint service.
serviceId
- The ID of the endpoint service.ConnectionNotification.Builder vpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.
vpcEndpointId
- The ID of the VPC endpoint.ConnectionNotification.Builder connectionNotificationType(String connectionNotificationType)
The type of notification.
connectionNotificationType
- The type of notification.ConnectionNotificationType
,
ConnectionNotificationType
ConnectionNotification.Builder connectionNotificationType(ConnectionNotificationType connectionNotificationType)
The type of notification.
connectionNotificationType
- The type of notification.ConnectionNotificationType
,
ConnectionNotificationType
ConnectionNotification.Builder connectionNotificationArn(String connectionNotificationArn)
The ARN of the SNS topic for the notification.
connectionNotificationArn
- The ARN of the SNS topic for the notification.ConnectionNotification.Builder connectionEvents(Collection<String> connectionEvents)
The events for the notification. Valid values are Accept
, Connect
,
Delete
, and Reject
.
connectionEvents
- The events for the notification. Valid values are Accept
, Connect
,
Delete
, and Reject
.ConnectionNotification.Builder connectionEvents(String... connectionEvents)
The events for the notification. Valid values are Accept
, Connect
,
Delete
, and Reject
.
connectionEvents
- The events for the notification. Valid values are Accept
, Connect
,
Delete
, and Reject
.ConnectionNotification.Builder connectionNotificationState(String connectionNotificationState)
The state of the notification.
connectionNotificationState
- The state of the notification.ConnectionNotificationState
,
ConnectionNotificationState
ConnectionNotification.Builder connectionNotificationState(ConnectionNotificationState connectionNotificationState)
The state of the notification.
connectionNotificationState
- The state of the notification.ConnectionNotificationState
,
ConnectionNotificationState
Copyright © 2020. All rights reserved.