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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateVpcEndpointConnectionNotificationResponse.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.Builder
connectionNotification(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 © 2019. All rights reserved.