public static interface DescribeVpcEndpointConnectionNotificationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVpcEndpointConnectionNotificationsResponse.Builder,DescribeVpcEndpointConnectionNotificationsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeVpcEndpointConnectionNotificationsResponse.Builder |
connectionNotificationSet(Collection<ConnectionNotification> connectionNotificationSet)
The notifications.
|
DescribeVpcEndpointConnectionNotificationsResponse.Builder |
connectionNotificationSet(ConnectionNotification... connectionNotificationSet)
The notifications.
|
DescribeVpcEndpointConnectionNotificationsResponse.Builder |
connectionNotificationSet(Consumer<ConnectionNotification.Builder>... connectionNotificationSet)
The notifications.
|
DescribeVpcEndpointConnectionNotificationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeVpcEndpointConnectionNotificationsResponse.Builder connectionNotificationSet(Collection<ConnectionNotification> connectionNotificationSet)
The notifications.
connectionNotificationSet - The notifications.DescribeVpcEndpointConnectionNotificationsResponse.Builder connectionNotificationSet(ConnectionNotification... connectionNotificationSet)
The notifications.
connectionNotificationSet - The notifications.DescribeVpcEndpointConnectionNotificationsResponse.Builder connectionNotificationSet(Consumer<ConnectionNotification.Builder>... connectionNotificationSet)
The notifications.
This is a convenience method 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 #connectionNotificationSet(List.
connectionNotificationSet - a consumer that will call methods on
ConnectionNotification.Builder#connectionNotificationSet(java.util.Collection) DescribeVpcEndpointConnectionNotificationsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2023. All rights reserved.