Uses of Interface
software.amazon.awssdk.services.ec2.model.CreateVpcEndpointConnectionNotificationResponse.Builder
-
Packages that use CreateVpcEndpointConnectionNotificationResponse.Builder Package Description software.amazon.awssdk.services.ec2.model -
-
Uses of CreateVpcEndpointConnectionNotificationResponse.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return CreateVpcEndpointConnectionNotificationResponse.Builder Modifier and Type Method Description static CreateVpcEndpointConnectionNotificationResponse.BuilderCreateVpcEndpointConnectionNotificationResponse. builder()CreateVpcEndpointConnectionNotificationResponse.BuilderCreateVpcEndpointConnectionNotificationResponse.Builder. clientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.default CreateVpcEndpointConnectionNotificationResponse.BuilderCreateVpcEndpointConnectionNotificationResponse.Builder. connectionNotification(Consumer<ConnectionNotification.Builder> connectionNotification)Information about the notification.CreateVpcEndpointConnectionNotificationResponse.BuilderCreateVpcEndpointConnectionNotificationResponse.Builder. connectionNotification(ConnectionNotification connectionNotification)Information about the notification.CreateVpcEndpointConnectionNotificationResponse.BuilderCreateVpcEndpointConnectionNotificationResponse. toBuilder()Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type CreateVpcEndpointConnectionNotificationResponse.Builder Modifier and Type Method Description static Class<? extends CreateVpcEndpointConnectionNotificationResponse.Builder>CreateVpcEndpointConnectionNotificationResponse. serializableBuilderClass()
-