Interface UpdateVpcEndpointRequest.Builder

  • 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

      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.
    • 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.
    • 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.
    • 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.
    • 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.
    • overrideConfiguration

      UpdateVpcEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.