Interface DescribeVpcEndpointConnectionNotificationsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeVpcEndpointConnectionNotificationsResponse.Builder,DescribeVpcEndpointConnectionNotificationsResponse>,Ec2Response.Builder,SdkBuilder<DescribeVpcEndpointConnectionNotificationsResponse.Builder,DescribeVpcEndpointConnectionNotificationsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeVpcEndpointConnectionNotificationsResponse
public static interface DescribeVpcEndpointConnectionNotificationsResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeVpcEndpointConnectionNotificationsResponse.Builder,DescribeVpcEndpointConnectionNotificationsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeVpcEndpointConnectionNotificationsResponse.BuilderconnectionNotificationSet(Collection<ConnectionNotification> connectionNotificationSet)The notifications.DescribeVpcEndpointConnectionNotificationsResponse.BuilderconnectionNotificationSet(Consumer<ConnectionNotification.Builder>... connectionNotificationSet)The notifications.DescribeVpcEndpointConnectionNotificationsResponse.BuilderconnectionNotificationSet(ConnectionNotification... connectionNotificationSet)The notifications.DescribeVpcEndpointConnectionNotificationsResponse.BuildernextToken(String nextToken)The token to use to retrieve the next page of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
connectionNotificationSet
DescribeVpcEndpointConnectionNotificationsResponse.Builder connectionNotificationSet(Collection<ConnectionNotification> connectionNotificationSet)
The notifications.
- Parameters:
connectionNotificationSet- The notifications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionNotificationSet
DescribeVpcEndpointConnectionNotificationsResponse.Builder connectionNotificationSet(ConnectionNotification... connectionNotificationSet)
The notifications.
- Parameters:
connectionNotificationSet- The notifications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
connectionNotificationSet
DescribeVpcEndpointConnectionNotificationsResponse.Builder connectionNotificationSet(Consumer<ConnectionNotification.Builder>... connectionNotificationSet)
The notifications.
This is a convenience method that creates an instance of theConnectionNotification.Builderavoiding the need to create one manually viaConnectionNotification.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#connectionNotificationSet(List.) - Parameters:
connectionNotificationSet- a consumer that will call methods onConnectionNotification.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#connectionNotificationSet(java.util.Collection)
-
nextToken
DescribeVpcEndpointConnectionNotificationsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is
nullwhen there are no more results to return.- Parameters:
nextToken- The token to use to retrieve the next page of results. This value isnullwhen there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-