Uses of Interface
software.amazon.awssdk.services.ec2.model.ConnectionNotification.Builder
Packages that use ConnectionNotification.Builder
-
Uses of ConnectionNotification.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return ConnectionNotification.BuilderModifier and TypeMethodDescriptionConnectionNotification.builder()ConnectionNotification.Builder.connectionEvents(String... connectionEvents) The events for the notification.ConnectionNotification.Builder.connectionEvents(Collection<String> connectionEvents) The events for the notification.ConnectionNotification.Builder.connectionNotificationArn(String connectionNotificationArn) The ARN of the SNS topic for the notification.ConnectionNotification.Builder.connectionNotificationId(String connectionNotificationId) The ID of the notification.ConnectionNotification.Builder.connectionNotificationState(String connectionNotificationState) The state of the notification.ConnectionNotification.Builder.connectionNotificationState(ConnectionNotificationState connectionNotificationState) The state of the notification.ConnectionNotification.Builder.connectionNotificationType(String connectionNotificationType) The type of notification.ConnectionNotification.Builder.connectionNotificationType(ConnectionNotificationType connectionNotificationType) The type of notification.The ID of the endpoint service.ConnectionNotification.Builder.serviceRegion(String serviceRegion) The Region for the endpoint service.ConnectionNotification.toBuilder()ConnectionNotification.Builder.vpcEndpointId(String vpcEndpointId) The ID of the VPC endpoint.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type ConnectionNotification.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConnectionNotification.Builder>ConnectionNotification.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type ConnectionNotification.BuilderModifier and TypeMethodDescriptionCreateVpcEndpointConnectionNotificationResponse.Builder.connectionNotification(Consumer<ConnectionNotification.Builder> connectionNotification) Information about the notification.