public static interface AcceptVpcEndpointConnectionsRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<AcceptVpcEndpointConnectionsRequest.Builder,AcceptVpcEndpointConnectionsRequest>
| Modifier and Type | Method and Description |
|---|---|
AcceptVpcEndpointConnectionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AcceptVpcEndpointConnectionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
AcceptVpcEndpointConnectionsRequest.Builder |
serviceId(String serviceId)
The ID of the endpoint service.
|
AcceptVpcEndpointConnectionsRequest.Builder |
vpcEndpointIds(Collection<String> vpcEndpointIds)
The IDs of one or more interface VPC endpoints.
|
AcceptVpcEndpointConnectionsRequest.Builder |
vpcEndpointIds(String... vpcEndpointIds)
The IDs of one or more interface VPC endpoints.
|
buildoverrideConfigurationcopyapplyMutation, buildAcceptVpcEndpointConnectionsRequest.Builder serviceId(String serviceId)
The ID of the endpoint service.
serviceId - The ID of the endpoint service.AcceptVpcEndpointConnectionsRequest.Builder vpcEndpointIds(Collection<String> vpcEndpointIds)
The IDs of one or more interface VPC endpoints.
vpcEndpointIds - The IDs of one or more interface VPC endpoints.AcceptVpcEndpointConnectionsRequest.Builder vpcEndpointIds(String... vpcEndpointIds)
The IDs of one or more interface VPC endpoints.
vpcEndpointIds - The IDs of one or more interface VPC endpoints.AcceptVpcEndpointConnectionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.AcceptVpcEndpointConnectionsRequest.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.