Class Pool.CreateBuilder

  • Enclosing class:
    Pool

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

      • tenantId

        public Pool.CreateBuilder tenantId​(String tenantId)
        Provides the tenantId for this Pool'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:
        Pool.getTenantId()
      • build

        public Pool.CreatePool build()
        Returns:
        a CreatePool constructed with this Builder.