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.
|
build
overrideConfiguration
copy
applyMutation, build
AcceptVpcEndpointConnectionsRequest.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.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AcceptVpcEndpointConnectionsRequest.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.