Interface UpdateVpcEndpointRequest.Builder

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