Uses of Interface
software.amazon.awssdk.services.codebuild.model.ScopeConfiguration.Builder
-
Packages that use ScopeConfiguration.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ScopeConfiguration.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ScopeConfiguration.Builder Modifier and Type Method Description static ScopeConfiguration.BuilderScopeConfiguration. builder()ScopeConfiguration.BuilderScopeConfiguration.Builder. domain(String domain)The domain of the GitHub Enterprise organization or the GitLab Self Managed group.ScopeConfiguration.BuilderScopeConfiguration.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.ScopeConfiguration.BuilderScopeConfiguration.Builder. scope(String scope)The type of scope for a GitHub or GitLab webhook.ScopeConfiguration.BuilderScopeConfiguration.Builder. scope(WebhookScopeType scope)The type of scope for a GitHub or GitLab webhook.ScopeConfiguration.BuilderScopeConfiguration. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ScopeConfiguration.Builder Modifier and Type Method Description static Class<? extends ScopeConfiguration.Builder>ScopeConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.codebuild.model with type arguments of type ScopeConfiguration.Builder Modifier and Type Method Description default CreateWebhookRequest.BuilderCreateWebhookRequest.Builder. scopeConfiguration(Consumer<ScopeConfiguration.Builder> scopeConfiguration)The scope configuration for global or organization webhooks.default Webhook.BuilderWebhook.Builder. scopeConfiguration(Consumer<ScopeConfiguration.Builder> scopeConfiguration)The scope configuration for global or organization webhooks.
-