| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static ConnectionNotification.Builder |
ConnectionNotification.builder() |
ConnectionNotification.Builder |
ConnectionNotification.Builder.connectionEvents(Collection<String> connectionEvents)
The events for the notification.
|
ConnectionNotification.Builder |
ConnectionNotification.Builder.connectionEvents(String... connectionEvents)
The events for the notification.
|
ConnectionNotification.Builder |
ConnectionNotification.Builder.connectionNotificationArn(String connectionNotificationArn)
The ARN of the SNS topic for the notification.
|
ConnectionNotification.Builder |
ConnectionNotification.Builder.connectionNotificationId(String connectionNotificationId)
The ID of the notification.
|
ConnectionNotification.Builder |
ConnectionNotification.Builder.connectionNotificationState(ConnectionNotificationState connectionNotificationState)
The state of the notification.
|
ConnectionNotification.Builder |
ConnectionNotification.Builder.connectionNotificationState(String connectionNotificationState)
The state of the notification.
|
ConnectionNotification.Builder |
ConnectionNotification.Builder.connectionNotificationType(ConnectionNotificationType connectionNotificationType)
The type of notification.
|
ConnectionNotification.Builder |
ConnectionNotification.Builder.connectionNotificationType(String connectionNotificationType)
The type of notification.
|
ConnectionNotification.Builder |
ConnectionNotification.Builder.serviceId(String serviceId)
The ID of the endpoint service.
|
ConnectionNotification.Builder |
ConnectionNotification.toBuilder() |
ConnectionNotification.Builder |
ConnectionNotification.Builder.vpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ConnectionNotification.Builder> |
ConnectionNotification.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default CreateVpcEndpointConnectionNotificationResponse.Builder |
CreateVpcEndpointConnectionNotificationResponse.Builder.connectionNotification(Consumer<ConnectionNotification.Builder> connectionNotification)
Information about the notification.
|
Copyright © 2022. All rights reserved.