public static interface DeleteVpcEndpointConnectionNotificationsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteVpcEndpointConnectionNotificationsRequest.Builder,DeleteVpcEndpointConnectionNotificationsRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteVpcEndpointConnectionNotificationsRequest.Builder |
connectionNotificationIds(Collection<String> connectionNotificationIds)
One or more notification IDs.
|
DeleteVpcEndpointConnectionNotificationsRequest.Builder |
connectionNotificationIds(String... connectionNotificationIds)
One or more notification IDs.
|
DeleteVpcEndpointConnectionNotificationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DeleteVpcEndpointConnectionNotificationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
buildoverrideConfigurationcopyapplyMutation, buildDeleteVpcEndpointConnectionNotificationsRequest.Builder connectionNotificationIds(Collection<String> connectionNotificationIds)
One or more notification IDs.
connectionNotificationIds - One or more notification IDs.DeleteVpcEndpointConnectionNotificationsRequest.Builder connectionNotificationIds(String... connectionNotificationIds)
One or more notification IDs.
connectionNotificationIds - One or more notification IDs.DeleteVpcEndpointConnectionNotificationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DeleteVpcEndpointConnectionNotificationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.