public static interface ConnectionNotification.Builder extends SdkPojo, CopyableBuilder<ConnectionNotification.Builder,ConnectionNotification>
copyapplyMutation, buildConnectionNotification.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,
ConnectionNotificationTypeConnectionNotification.Builder connectionNotificationType(ConnectionNotificationType connectionNotificationType)
The type of notification.
connectionNotificationType - The type of notification.ConnectionNotificationType,
ConnectionNotificationTypeConnectionNotification.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,
ConnectionNotificationStateConnectionNotification.Builder connectionNotificationState(ConnectionNotificationState connectionNotificationState)
The state of the notification.
connectionNotificationState - The state of the notification.ConnectionNotificationState,
ConnectionNotificationStateCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.