Class Client.Builder

  • Enclosing class:
    Client

    public static class Client.Builder
    extends Object
    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • name

        public Client.Builder name​(String name)
        The name of the client.

        Must be unique within a subscriber.

        Parameters:
        name - the value to set
        Returns:
        this builder
      • token

        public Client.Builder token​(String token)
        The token for the client.

        Must be unique within a tenancy.

        Parameters:
        token - the value to set
        Returns:
        this builder
      • build

        public Client build()