UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.addSecurityGroupIds(String... addSecurityGroupIds) |
The unique identifiers of the security groups to add to the endpoint.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.addSecurityGroupIds(Collection<String> addSecurityGroupIds) |
The unique identifiers of the security groups to add to the endpoint.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.addSubnetIds(String... addSubnetIds) |
The ID of one or more subnets to add to the endpoint.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.addSubnetIds(Collection<String> addSubnetIds) |
The ID of one or more subnets to add to the endpoint.
|
static UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.builder() |
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier to ensure idempotency of the request.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.id(String id) |
The unique identifier of the interface endpoint to update.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.removeSecurityGroupIds(String... removeSecurityGroupIds) |
The unique identifiers of the security groups to remove from the endpoint.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.removeSecurityGroupIds(Collection<String> removeSecurityGroupIds) |
The unique identifiers of the security groups to remove from the endpoint.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.removeSubnetIds(String... removeSubnetIds) |
The unique identifiers of the subnets to remove from the endpoint.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.Builder.removeSubnetIds(Collection<String> removeSubnetIds) |
The unique identifiers of the subnets to remove from the endpoint.
|
UpdateVpcEndpointRequest.Builder |
UpdateVpcEndpointRequest.toBuilder() |
|