| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static CreateVpcEndpointRequest.Builder |
CreateVpcEndpointRequest.builder() |
CreateVpcEndpointRequest.Builder |
CreateVpcEndpointRequest.Builder.clientToken(String clientToken)
Unique, case-sensitive identifier you provide to ensure the idempotency of the request.
|
CreateVpcEndpointRequest.Builder |
CreateVpcEndpointRequest.Builder.policyDocument(String policyDocument)
A policy to attach to the endpoint that controls access to the service.
|
CreateVpcEndpointRequest.Builder |
CreateVpcEndpointRequest.Builder.routeTableIds(Collection<String> routeTableIds)
One or more route table IDs.
|
CreateVpcEndpointRequest.Builder |
CreateVpcEndpointRequest.Builder.routeTableIds(String... routeTableIds)
One or more route table IDs.
|
CreateVpcEndpointRequest.Builder |
CreateVpcEndpointRequest.Builder.serviceName(String serviceName)
The AWS service name, in the form
com.amazonaws.region.service . |
CreateVpcEndpointRequest.Builder |
CreateVpcEndpointRequest.toBuilder() |
CreateVpcEndpointRequest.Builder |
CreateVpcEndpointRequest.Builder.vpcId(String vpcId)
The ID of the VPC in which the endpoint will be used.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateVpcEndpointRequest.Builder> |
CreateVpcEndpointRequest.serializableBuilderClass() |
Copyright © 2017. All rights reserved.