Interface UpdateVpcEndpointRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateVpcEndpointRequest.Builder,
,UpdateVpcEndpointRequest> OpenSearchServerlessRequest.Builder
,SdkBuilder<UpdateVpcEndpointRequest.Builder,
,UpdateVpcEndpointRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateVpcEndpointRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddSecurityGroupIds
(String... addSecurityGroupIds) The unique identifiers of the security groups to add to the endpoint.addSecurityGroupIds
(Collection<String> addSecurityGroupIds) The unique identifiers of the security groups to add to the endpoint.addSubnetIds
(String... addSubnetIds) The ID of one or more subnets to add to the endpoint.addSubnetIds
(Collection<String> addSubnetIds) The ID of one or more subnets to add to the endpoint.clientToken
(String clientToken) Unique, case-sensitive identifier to ensure idempotency of the request.The unique identifier of the interface endpoint to update.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.removeSecurityGroupIds
(String... removeSecurityGroupIds) The unique identifiers of the security groups to remove from the endpoint.removeSecurityGroupIds
(Collection<String> removeSecurityGroupIds) The unique identifiers of the security groups to remove from the endpoint.removeSubnetIds
(String... removeSubnetIds) The unique identifiers of the subnets to remove from the endpoint.removeSubnetIds
(Collection<String> removeSubnetIds) The unique identifiers of the subnets to remove from the endpoint.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.opensearchserverless.model.OpenSearchServerlessRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
id
The unique identifier of the interface endpoint to update.
- Parameters:
id
- The unique identifier of the interface endpoint to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addSubnetIds
The ID of one or more subnets to add to the endpoint.
- Parameters:
addSubnetIds
- The ID of one or more subnets to add to the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addSubnetIds
The ID of one or more subnets to add to the endpoint.
- Parameters:
addSubnetIds
- The ID of one or more subnets to add to the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeSubnetIds
The unique identifiers of the subnets to remove from the endpoint.
- Parameters:
removeSubnetIds
- The unique identifiers of the subnets to remove from the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeSubnetIds
The unique identifiers of the subnets to remove from the endpoint.
- Parameters:
removeSubnetIds
- The unique identifiers of the subnets to remove from the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeSecurityGroupIds
The unique identifiers of the security groups to remove from the endpoint.
- Parameters:
removeSecurityGroupIds
- The unique identifiers of the security groups to remove from the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
removeSecurityGroupIds
The unique identifiers of the security groups to remove from the endpoint.
- Parameters:
removeSecurityGroupIds
- The unique identifiers of the security groups to remove from the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
Unique, case-sensitive identifier to ensure idempotency of the request.
- Parameters:
clientToken
- Unique, case-sensitive identifier to ensure idempotency of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateVpcEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateVpcEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-