Interface IOSClientBuilder.V2

    • Method Detail

      • tenantName

        IOSClientBuilder.V2 tenantName​(String tenantName)
        The tenant/project to authenticate as
        Parameters:
        tenantName - the tenant/project name
        Returns:
        self for method chaining
      • tenantId

        IOSClientBuilder.V2 tenantId​(String tenantId)
        The tenant/project to authenticate as (some clouds such as HP use tenantId vs tenantName)
        Parameters:
        tenantId - the tenant/project id
        Returns:
        self for method chaining
      • raxApiKey

        IOSClientBuilder.V2 raxApiKey​(boolean raxApiKey)
        Use Rackspace API Key Authentication Admin Extension to authenticate
        Parameters:
        raxApiKey - true if enabled
        Returns:
        self for method chaining