public static interface RejectVpcEndpointConnectionsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<RejectVpcEndpointConnectionsRequest.Builder,RejectVpcEndpointConnectionsRequest>
| Modifier and Type | Method and Description |
|---|---|
RejectVpcEndpointConnectionsRequest.Builder |
dryRun(Boolean dryRun)
Checks whether you have the required permissions for the action, without actually making the request, and
provides an error response.
|
RejectVpcEndpointConnectionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RejectVpcEndpointConnectionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
RejectVpcEndpointConnectionsRequest.Builder |
serviceId(String serviceId)
The ID of the service.
|
RejectVpcEndpointConnectionsRequest.Builder |
vpcEndpointIds(Collection<String> vpcEndpointIds)
The IDs of the VPC endpoints.
|
RejectVpcEndpointConnectionsRequest.Builder |
vpcEndpointIds(String... vpcEndpointIds)
The IDs of the VPC endpoints.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRejectVpcEndpointConnectionsRequest.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.RejectVpcEndpointConnectionsRequest.Builder serviceId(String serviceId)
The ID of the service.
serviceId - The ID of the service.RejectVpcEndpointConnectionsRequest.Builder vpcEndpointIds(Collection<String> vpcEndpointIds)
The IDs of the VPC endpoints.
vpcEndpointIds - The IDs of the VPC endpoints.RejectVpcEndpointConnectionsRequest.Builder vpcEndpointIds(String... vpcEndpointIds)
The IDs of the VPC endpoints.
vpcEndpointIds - The IDs of the VPC endpoints.RejectVpcEndpointConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRejectVpcEndpointConnectionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.