public static interface DeleteVpcEndpointServiceConfigurationsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<DeleteVpcEndpointServiceConfigurationsRequest.Builder,DeleteVpcEndpointServiceConfigurationsRequest>
| Modifier and Type | Method and Description |
|---|---|
DeleteVpcEndpointServiceConfigurationsRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
DeleteVpcEndpointServiceConfigurationsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DeleteVpcEndpointServiceConfigurationsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DeleteVpcEndpointServiceConfigurationsRequest.Builder |
serviceIds(Collection<String> serviceIds)
The IDs of the services.
|
DeleteVpcEndpointServiceConfigurationsRequest.Builder |
serviceIds(String... serviceIds)
The IDs of the services.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteVpcEndpointServiceConfigurationsRequest.Builder dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.
dryRun - Checks whether you have the required permissions for the action, without actually making the request,
and provides an error response. If you have the required permissions, the error response is
DryRunOperation. Otherwise, it is UnauthorizedOperation.DeleteVpcEndpointServiceConfigurationsRequest.Builder serviceIds(Collection<String> serviceIds)
The IDs of the services.
serviceIds - The IDs of the services.DeleteVpcEndpointServiceConfigurationsRequest.Builder serviceIds(String... serviceIds)
The IDs of the services.
serviceIds - The IDs of the services.DeleteVpcEndpointServiceConfigurationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDeleteVpcEndpointServiceConfigurationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.