Interface UpdateVpcEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateVpcEndpointRequest.Builder,UpdateVpcEndpointRequest>,OpenSearchServerlessRequest.Builder,SdkBuilder<UpdateVpcEndpointRequest.Builder,UpdateVpcEndpointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateVpcEndpointRequest
public static interface UpdateVpcEndpointRequest.Builder extends OpenSearchServerlessRequest.Builder, SdkPojo, CopyableBuilder<UpdateVpcEndpointRequest.Builder,UpdateVpcEndpointRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateVpcEndpointRequest.BuilderaddSecurityGroupIds(String... addSecurityGroupIds)The unique identifiers of the security groups to add to the endpoint.UpdateVpcEndpointRequest.BuilderaddSecurityGroupIds(Collection<String> addSecurityGroupIds)The unique identifiers of the security groups to add to the endpoint.UpdateVpcEndpointRequest.BuilderaddSubnetIds(String... addSubnetIds)The ID of one or more subnets to add to the endpoint.UpdateVpcEndpointRequest.BuilderaddSubnetIds(Collection<String> addSubnetIds)The ID of one or more subnets to add to the endpoint.UpdateVpcEndpointRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier to ensure idempotency of the request.UpdateVpcEndpointRequest.Builderid(String id)The unique identifier of the interface endpoint to update.UpdateVpcEndpointRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateVpcEndpointRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateVpcEndpointRequest.BuilderremoveSecurityGroupIds(String... removeSecurityGroupIds)The unique identifiers of the security groups to remove from the endpoint.UpdateVpcEndpointRequest.BuilderremoveSecurityGroupIds(Collection<String> removeSecurityGroupIds)The unique identifiers of the security groups to remove from the endpoint.UpdateVpcEndpointRequest.BuilderremoveSubnetIds(String... removeSubnetIds)The unique identifiers of the subnets to remove from the endpoint.UpdateVpcEndpointRequest.BuilderremoveSubnetIds(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 Detail
-
addSecurityGroupIds
UpdateVpcEndpointRequest.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.
- 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
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.
- 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.
-
addSubnetIds
UpdateVpcEndpointRequest.Builder addSubnetIds(Collection<String> 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
UpdateVpcEndpointRequest.Builder addSubnetIds(String... 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.
-
clientToken
UpdateVpcEndpointRequest.Builder clientToken(String 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.
-
id
UpdateVpcEndpointRequest.Builder id(String 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.
-
removeSecurityGroupIds
UpdateVpcEndpointRequest.Builder removeSecurityGroupIds(Collection<String> 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
UpdateVpcEndpointRequest.Builder removeSecurityGroupIds(String... 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.
-
removeSubnetIds
UpdateVpcEndpointRequest.Builder removeSubnetIds(Collection<String> 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
UpdateVpcEndpointRequest.Builder removeSubnetIds(String... 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.
-
overrideConfiguration
UpdateVpcEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateVpcEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-