Interface ScopeConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScopeConfiguration.Builder,
,ScopeConfiguration> SdkBuilder<ScopeConfiguration.Builder,
,ScopeConfiguration> SdkPojo
- Enclosing class:
ScopeConfiguration
public static interface ScopeConfiguration.Builder
extends SdkPojo, CopyableBuilder<ScopeConfiguration.Builder,ScopeConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe domain of the GitHub Enterprise organization.The name of either the enterprise or organization that will send webhook events to CodeBuild, depending on if the webhook is a global or organization webhook respectively.The type of scope for a GitHub webhook.scope
(WebhookScopeType scope) The type of scope for a GitHub webhook.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
name
The name of either the enterprise or organization that will send webhook events to CodeBuild, depending on if the webhook is a global or organization webhook respectively.
- Parameters:
name
- The name of either the enterprise or organization that will send webhook events to CodeBuild, depending on if the webhook is a global or organization webhook respectively.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
The domain of the GitHub Enterprise organization. Note that this parameter is only required if your project's source type is GITHUB_ENTERPRISE
- Parameters:
domain
- The domain of the GitHub Enterprise organization. Note that this parameter is only required if your project's source type is GITHUB_ENTERPRISE- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scope
The type of scope for a GitHub webhook.
- Parameters:
scope
- The type of scope for a GitHub webhook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
scope
The type of scope for a GitHub webhook.
- Parameters:
scope
- The type of scope for a GitHub webhook.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-