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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 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 © 2022. All rights reserved.