| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
static VpcEndpoint.Builder |
VpcEndpoint.builder() |
VpcEndpoint.Builder |
VpcEndpoint.Builder.creationTimestamp(Instant creationTimestamp)
The date and time the VPC endpoint was created.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.policyDocument(String policyDocument)
The policy document associated with the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.routeTableIds(Collection<String> routeTableIds)
One or more route tables associated with the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.routeTableIds(String... routeTableIds)
One or more route tables associated with the endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.serviceName(String serviceName)
The name of the AWS service to which the endpoint is associated.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.state(State state)
The state of the VPC endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.state(String state)
The state of the VPC endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.toBuilder() |
VpcEndpoint.Builder |
VpcEndpoint.Builder.vpcEndpointId(String vpcEndpointId)
The ID of the VPC endpoint.
|
VpcEndpoint.Builder |
VpcEndpoint.Builder.vpcId(String vpcId)
The ID of the VPC to which the endpoint is associated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends VpcEndpoint.Builder> |
VpcEndpoint.serializableBuilderClass() |
Copyright © 2017. All rights reserved.