Interface ServiceId.Builder

    • Method Detail

      • name

        ServiceId.Builder name​(String name)

        Parameters:
        name -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • names

        ServiceId.Builder names​(Collection<String> names)

        Parameters:
        names -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • names

        ServiceId.Builder names​(String... names)

        Parameters:
        names -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • accountId

        ServiceId.Builder accountId​(String accountId)

        Parameters:
        accountId -
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        ServiceId.Builder type​(String type)

        Parameters:
        type -
        Returns:
        Returns a reference to this object so that method calls can be chained together.