Interface SaaSConfiguration.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SaaSConfiguration.Builder,SaaSConfiguration>, SdkBuilder<SaaSConfiguration.Builder,SaaSConfiguration>, SdkPojo
Enclosing class:
SaaSConfiguration

public static interface SaaSConfiguration.Builder extends SdkPojo, CopyableBuilder<SaaSConfiguration.Builder,SaaSConfiguration>
  • Method Details

    • organizationName

      SaaSConfiguration.Builder organizationName(String organizationName)

      The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to. You can find your organization name by logging into GitHub desktop and selecting Your organizations under your profile picture dropdown.

      Parameters:
      organizationName - The name of the organization of the GitHub Enterprise Cloud (SaaS) account you want to connect to. You can find your organization name by logging into GitHub desktop and selecting Your organizations under your profile picture dropdown.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • hostUrl

      The GitHub host URL or API endpoint URL. For example, https://api.github.com.

      Parameters:
      hostUrl - The GitHub host URL or API endpoint URL. For example, https://api.github.com.
      Returns:
      Returns a reference to this object so that method calls can be chained together.