public static interface CreateVpcEndpointConnectionNotificationResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<CreateVpcEndpointConnectionNotificationResponse.Builder,CreateVpcEndpointConnectionNotificationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateVpcEndpointConnectionNotificationResponse.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
CreateVpcEndpointConnectionNotificationResponse.Builder |
connectionNotification(ConnectionNotification connectionNotification)
Information about the notification.
|
default CreateVpcEndpointConnectionNotificationResponse.Builder |
connectionNotification(Consumer<ConnectionNotification.Builder> connectionNotification)
Information about the notification.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildCreateVpcEndpointConnectionNotificationResponse.Builder connectionNotification(ConnectionNotification connectionNotification)
Information about the notification.
connectionNotification - Information about the notification.default CreateVpcEndpointConnectionNotificationResponse.Builder connectionNotification(Consumer<ConnectionNotification.Builder> connectionNotification)
Information about the notification.
This is a convenience that creates an instance of theConnectionNotification.Builder avoiding the
need to create one manually via ConnectionNotification.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to connectionNotification(ConnectionNotification).connectionNotification - a consumer that will call methods on ConnectionNotification.BuilderconnectionNotification(ConnectionNotification)CreateVpcEndpointConnectionNotificationResponse.Builder clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
clientToken - Unique, case-sensitive identifier you provide to ensure the idempotency of the request.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.