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)
One or more notifications.
|
DescribeVpcEndpointConnectionNotificationsResponse.Builder |
connectionNotificationSet(ConnectionNotification... connectionNotificationSet)
One or more notifications.
|
DescribeVpcEndpointConnectionNotificationsResponse.Builder |
connectionNotificationSet(Consumer<ConnectionNotification.Builder>... connectionNotificationSet)
One or more notifications.
|
DescribeVpcEndpointConnectionNotificationsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildDescribeVpcEndpointConnectionNotificationsResponse.Builder connectionNotificationSet(Collection<ConnectionNotification> connectionNotificationSet)
One or more notifications.
connectionNotificationSet - One or more notifications.DescribeVpcEndpointConnectionNotificationsResponse.Builder connectionNotificationSet(ConnectionNotification... connectionNotificationSet)
One or more notifications.
connectionNotificationSet - One or more notifications.DescribeVpcEndpointConnectionNotificationsResponse.Builder connectionNotificationSet(Consumer<ConnectionNotification.Builder>... connectionNotificationSet)
One or more notifications.
This is a convenience that creates an instance of theList.Builder avoiding
the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #connectionNotificationSet(List) .connectionNotificationSet - a consumer that will call methods on List.Builder #connectionNotificationSet(List) 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.