Interface ExternalId.Builder

    • Method Detail

      • issuer

        ExternalId.Builder issuer​(String issuer)

        The issuer for an external identifier.

        Parameters:
        issuer - The issuer for an external identifier.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • id

        ExternalId.Builder id​(String id)

        The identifier issued to this resource by an external identity provider.

        Parameters:
        id - The identifier issued to this resource by an external identity provider.
        Returns:
        Returns a reference to this object so that method calls can be chained together.