| Package | Description |
|---|---|
| software.amazon.awssdk.services.ec2.model |
| Modifier and Type | Method and Description |
|---|---|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.addRouteTableIds(Collection<String> addRouteTableIds)
One or more route tables IDs to associate with the endpoint.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.addRouteTableIds(String... addRouteTableIds)
One or more route tables IDs to associate with the endpoint.
|
static ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.builder() |
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.policyDocument(String policyDocument)
A policy document to attach to the endpoint.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.removeRouteTableIds(Collection<String> removeRouteTableIds)
One or more route table IDs to disassociate from the endpoint.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.removeRouteTableIds(String... removeRouteTableIds)
One or more route table IDs to disassociate from the endpoint.
|
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.resetPolicy(Boolean resetPolicy)
Specify
true to reset the policy document to the default policy. |
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.toBuilder() |
ModifyVpcEndpointRequest.Builder |
ModifyVpcEndpointRequest.Builder.vpcEndpointId(String vpcEndpointId)
The ID of the endpoint.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ModifyVpcEndpointRequest.Builder> |
ModifyVpcEndpointRequest.serializableBuilderClass() |
Copyright © 2017. All rights reserved.