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