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 SummaryModifier 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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.opensearchserverless.model.OpenSearchServerlessRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
idThe 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.
 
- 
addSubnetIdsThe 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.
 
- 
addSubnetIdsThe 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.
 
- 
removeSubnetIdsThe 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.
 
- 
removeSubnetIdsThe 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.
 
- 
addSecurityGroupIdsThe 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.
 
- 
addSecurityGroupIdsThe 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.
 
- 
removeSecurityGroupIdsThe 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.
 
- 
removeSecurityGroupIdsThe 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.
 
- 
clientTokenUnique, 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.
 
- 
overrideConfigurationUpdateVpcEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateVpcEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-