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.
|
build
overrideConfiguration
copy
applyMutation, build
DeleteVpcEndpointConnectionNotificationsRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DeleteVpcEndpointConnectionNotificationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.