public static interface ModifyVpcEndpointRequest.Builder extends Ec2Request.Builder, SdkPojo, CopyableBuilder<ModifyVpcEndpointRequest.Builder,ModifyVpcEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
ModifyVpcEndpointRequest.Builder |
addRouteTableIds(Collection<String> addRouteTableIds)
(Gateway endpoint) One or more route tables IDs to associate with the endpoint.
|
ModifyVpcEndpointRequest.Builder |
addRouteTableIds(String... addRouteTableIds)
(Gateway endpoint) One or more route tables IDs to associate with the endpoint.
|
ModifyVpcEndpointRequest.Builder |
addSecurityGroupIds(Collection<String> addSecurityGroupIds)
(Interface endpoint) One or more security group IDs to associate with the network interface.
|
ModifyVpcEndpointRequest.Builder |
addSecurityGroupIds(String... addSecurityGroupIds)
(Interface endpoint) One or more security group IDs to associate with the network interface.
|
ModifyVpcEndpointRequest.Builder |
addSubnetIds(Collection<String> addSubnetIds)
(Interface and Gateway Load Balancer endpoints) One or more subnet IDs in which to serve the endpoint.
|
ModifyVpcEndpointRequest.Builder |
addSubnetIds(String... addSubnetIds)
(Interface and Gateway Load Balancer endpoints) One or more subnet IDs in which to serve the endpoint.
|
ModifyVpcEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ModifyVpcEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ModifyVpcEndpointRequest.Builder |
policyDocument(String policyDocument)
(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service.
|
ModifyVpcEndpointRequest.Builder |
privateDnsEnabled(Boolean privateDnsEnabled)
(Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.
|
ModifyVpcEndpointRequest.Builder |
removeRouteTableIds(Collection<String> removeRouteTableIds)
(Gateway endpoint) One or more route table IDs to disassociate from the endpoint.
|
ModifyVpcEndpointRequest.Builder |
removeRouteTableIds(String... removeRouteTableIds)
(Gateway endpoint) One or more route table IDs to disassociate from the endpoint.
|
ModifyVpcEndpointRequest.Builder |
removeSecurityGroupIds(Collection<String> removeSecurityGroupIds)
(Interface endpoint) One or more security group IDs to disassociate from the network interface.
|
ModifyVpcEndpointRequest.Builder |
removeSecurityGroupIds(String... removeSecurityGroupIds)
(Interface endpoint) One or more security group IDs to disassociate from the network interface.
|
ModifyVpcEndpointRequest.Builder |
removeSubnetIds(Collection<String> removeSubnetIds)
(Interface endpoint) One or more subnets IDs in which to remove the endpoint.
|
ModifyVpcEndpointRequest.Builder |
removeSubnetIds(String... removeSubnetIds)
(Interface endpoint) One or more subnets IDs in which to remove the endpoint.
|
ModifyVpcEndpointRequest.Builder |
resetPolicy(Boolean resetPolicy)
(Gateway endpoint) Specify
true to reset the policy document to the default policy. |
ModifyVpcEndpointRequest.Builder |
vpcEndpointId(String vpcEndpointId)
The ID of the endpoint.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildModifyVpcEndpointRequest.Builder vpcEndpointId(String vpcEndpointId)
The ID of the endpoint.
vpcEndpointId - The ID of the endpoint.ModifyVpcEndpointRequest.Builder resetPolicy(Boolean resetPolicy)
(Gateway endpoint) Specify true to reset the policy document to the default policy. The default
policy allows full access to the service.
resetPolicy - (Gateway endpoint) Specify true to reset the policy document to the default policy. The
default policy allows full access to the service.ModifyVpcEndpointRequest.Builder policyDocument(String policyDocument)
(Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the service. The policy must be in valid JSON format.
policyDocument - (Interface and gateway endpoints) A policy to attach to the endpoint that controls access to the
service. The policy must be in valid JSON format.ModifyVpcEndpointRequest.Builder addRouteTableIds(Collection<String> addRouteTableIds)
(Gateway endpoint) One or more route tables IDs to associate with the endpoint.
addRouteTableIds - (Gateway endpoint) One or more route tables IDs to associate with the endpoint.ModifyVpcEndpointRequest.Builder addRouteTableIds(String... addRouteTableIds)
(Gateway endpoint) One or more route tables IDs to associate with the endpoint.
addRouteTableIds - (Gateway endpoint) One or more route tables IDs to associate with the endpoint.ModifyVpcEndpointRequest.Builder removeRouteTableIds(Collection<String> removeRouteTableIds)
(Gateway endpoint) One or more route table IDs to disassociate from the endpoint.
removeRouteTableIds - (Gateway endpoint) One or more route table IDs to disassociate from the endpoint.ModifyVpcEndpointRequest.Builder removeRouteTableIds(String... removeRouteTableIds)
(Gateway endpoint) One or more route table IDs to disassociate from the endpoint.
removeRouteTableIds - (Gateway endpoint) One or more route table IDs to disassociate from the endpoint.ModifyVpcEndpointRequest.Builder addSubnetIds(Collection<String> addSubnetIds)
(Interface and Gateway Load Balancer endpoints) One or more subnet IDs in which to serve the endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.
addSubnetIds - (Interface and Gateway Load Balancer endpoints) One or more subnet IDs in which to serve the endpoint.
For a Gateway Load Balancer endpoint, you can specify only one subnet.ModifyVpcEndpointRequest.Builder addSubnetIds(String... addSubnetIds)
(Interface and Gateway Load Balancer endpoints) One or more subnet IDs in which to serve the endpoint. For a Gateway Load Balancer endpoint, you can specify only one subnet.
addSubnetIds - (Interface and Gateway Load Balancer endpoints) One or more subnet IDs in which to serve the endpoint.
For a Gateway Load Balancer endpoint, you can specify only one subnet.ModifyVpcEndpointRequest.Builder removeSubnetIds(Collection<String> removeSubnetIds)
(Interface endpoint) One or more subnets IDs in which to remove the endpoint.
removeSubnetIds - (Interface endpoint) One or more subnets IDs in which to remove the endpoint.ModifyVpcEndpointRequest.Builder removeSubnetIds(String... removeSubnetIds)
(Interface endpoint) One or more subnets IDs in which to remove the endpoint.
removeSubnetIds - (Interface endpoint) One or more subnets IDs in which to remove the endpoint.ModifyVpcEndpointRequest.Builder addSecurityGroupIds(Collection<String> addSecurityGroupIds)
(Interface endpoint) One or more security group IDs to associate with the network interface.
addSecurityGroupIds - (Interface endpoint) One or more security group IDs to associate with the network interface.ModifyVpcEndpointRequest.Builder addSecurityGroupIds(String... addSecurityGroupIds)
(Interface endpoint) One or more security group IDs to associate with the network interface.
addSecurityGroupIds - (Interface endpoint) One or more security group IDs to associate with the network interface.ModifyVpcEndpointRequest.Builder removeSecurityGroupIds(Collection<String> removeSecurityGroupIds)
(Interface endpoint) One or more security group IDs to disassociate from the network interface.
removeSecurityGroupIds - (Interface endpoint) One or more security group IDs to disassociate from the network interface.ModifyVpcEndpointRequest.Builder removeSecurityGroupIds(String... removeSecurityGroupIds)
(Interface endpoint) One or more security group IDs to disassociate from the network interface.
removeSecurityGroupIds - (Interface endpoint) One or more security group IDs to disassociate from the network interface.ModifyVpcEndpointRequest.Builder privateDnsEnabled(Boolean privateDnsEnabled)
(Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.
privateDnsEnabled - (Interface endpoint) Indicates whether a private hosted zone is associated with the VPC.ModifyVpcEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderModifyVpcEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.