Class Member.CreateBuilder

  • Enclosing class:
    Member

    public static class Member.CreateBuilder
    extends Object
    Create builder (inheriting from Builder).
    • Method Detail

      • tenantId

        public Member.CreateBuilder tenantId​(String tenantId)
        Provides the tenantId for this Member's Builder. Admin-only. When keystone is enabled, it is not mandatory to specify tenant_id for resources in create requests, as the tenant identifier will be derived from the Authentication token. Please note that the default authorization settings only allow administrative users to create resources on behalf of a different tenant.
        Returns:
        the Builder.
        See Also:
        Member.getTenantId()
      • build

        public Member.CreateMember build()
        Returns:
        a CreateMember constructed with this Builder.