Interface ScopeConfiguration.Builder

    • Method Detail

      • name

        ScopeConfiguration.Builder name​(String name)

        The name of either the group, enterprise, or organization that will send webhook events to CodeBuild, depending on the type of webhook.

        Parameters:
        name - The name of either the group, enterprise, or organization that will send webhook events to CodeBuild, depending on the type of webhook.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • domain

        ScopeConfiguration.Builder domain​(String domain)

        The domain of the GitHub Enterprise organization or the GitLab Self Managed group. Note that this parameter is only required if your project's source type is GITHUB_ENTERPRISE or GITLAB_SELF_MANAGED.

        Parameters:
        domain - The domain of the GitHub Enterprise organization or the GitLab Self Managed group. Note that this parameter is only required if your project's source type is GITHUB_ENTERPRISE or GITLAB_SELF_MANAGED.
        Returns:
        Returns a reference to this object so that method calls can be chained together.