public static interface UpdateVpcEndpointRequest.Builder extends OpenSearchServerlessRequest.Builder, SdkPojo, CopyableBuilder<UpdateVpcEndpointRequest.Builder,UpdateVpcEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateVpcEndpointRequest.Builder |
addSecurityGroupIds(Collection<String> addSecurityGroupIds)
The unique identifiers of the security groups to add to the endpoint.
|
UpdateVpcEndpointRequest.Builder |
addSecurityGroupIds(String... addSecurityGroupIds)
The unique identifiers of the security groups to add to the endpoint.
|
UpdateVpcEndpointRequest.Builder |
addSubnetIds(Collection<String> addSubnetIds)
The ID of one or more subnets to add to the endpoint.
|
UpdateVpcEndpointRequest.Builder |
addSubnetIds(String... addSubnetIds)
The ID of one or more subnets to add to the endpoint.
|
UpdateVpcEndpointRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
|
UpdateVpcEndpointRequest.Builder |
id(String id)
The unique identifier of the interface endpoint to update.
|
UpdateVpcEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateVpcEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateVpcEndpointRequest.Builder |
removeSecurityGroupIds(Collection<String> removeSecurityGroupIds)
The unique identifiers of the security groups to remove from the endpoint.
|
UpdateVpcEndpointRequest.Builder |
removeSecurityGroupIds(String... removeSecurityGroupIds)
The unique identifiers of the security groups to remove from the endpoint.
|
UpdateVpcEndpointRequest.Builder |
removeSubnetIds(Collection<String> removeSubnetIds)
The unique identifiers of the subnets to remove from the endpoint.
|
UpdateVpcEndpointRequest.Builder |
removeSubnetIds(String... removeSubnetIds)
The unique identifiers of the subnets to remove from the endpoint.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateVpcEndpointRequest.Builder addSecurityGroupIds(Collection<String> addSecurityGroupIds)
The unique identifiers of the security groups to add to the endpoint. Security groups define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
addSecurityGroupIds - The unique identifiers of the security groups to add to the endpoint. Security groups define the
ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.UpdateVpcEndpointRequest.Builder addSecurityGroupIds(String... addSecurityGroupIds)
The unique identifiers of the security groups to add to the endpoint. Security groups define the ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.
addSecurityGroupIds - The unique identifiers of the security groups to add to the endpoint. Security groups define the
ports, protocols, and sources for inbound traffic that you are authorizing into your endpoint.UpdateVpcEndpointRequest.Builder addSubnetIds(Collection<String> addSubnetIds)
The ID of one or more subnets to add to the endpoint.
addSubnetIds - The ID of one or more subnets to add to the endpoint.UpdateVpcEndpointRequest.Builder addSubnetIds(String... addSubnetIds)
The ID of one or more subnets to add to the endpoint.
addSubnetIds - The ID of one or more subnets to add to the endpoint.UpdateVpcEndpointRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier to ensure idempotency of the request.
clientToken - Unique, case-sensitive identifier to ensure idempotency of the request.UpdateVpcEndpointRequest.Builder id(String id)
The unique identifier of the interface endpoint to update.
id - The unique identifier of the interface endpoint to update.UpdateVpcEndpointRequest.Builder removeSecurityGroupIds(Collection<String> removeSecurityGroupIds)
The unique identifiers of the security groups to remove from the endpoint.
removeSecurityGroupIds - The unique identifiers of the security groups to remove from the endpoint.UpdateVpcEndpointRequest.Builder removeSecurityGroupIds(String... removeSecurityGroupIds)
The unique identifiers of the security groups to remove from the endpoint.
removeSecurityGroupIds - The unique identifiers of the security groups to remove from the endpoint.UpdateVpcEndpointRequest.Builder removeSubnetIds(Collection<String> removeSubnetIds)
The unique identifiers of the subnets to remove from the endpoint.
removeSubnetIds - The unique identifiers of the subnets to remove from the endpoint.UpdateVpcEndpointRequest.Builder removeSubnetIds(String... removeSubnetIds)
The unique identifiers of the subnets to remove from the endpoint.
removeSubnetIds - The unique identifiers of the subnets to remove from the endpoint.UpdateVpcEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateVpcEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.