Class CfnAssociationPropsMixin.GitLabConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnAssociationPropsMixin.GitLabConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAssociationPropsMixin.GitLabConfigurationProperty>
- Enclosing interface:
CfnAssociationPropsMixin.GitLabConfigurationProperty
@Stability(Stable)
public static final class CfnAssociationPropsMixin.GitLabConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAssociationPropsMixin.GitLabConfigurationProperty>
A builder for
CfnAssociationPropsMixin.GitLabConfigurationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.enableWebhookUpdates(Boolean enableWebhookUpdates) enableWebhookUpdates(IResolvable enableWebhookUpdates) instanceIdentifier(String instanceIdentifier) Sets the value ofCfnAssociationPropsMixin.GitLabConfigurationProperty.getProjectId()projectPath(String projectPath) Sets the value ofCfnAssociationPropsMixin.GitLabConfigurationProperty.getProjectPath()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
enableWebhookUpdates
@Stability(Stable) public CfnAssociationPropsMixin.GitLabConfigurationProperty.Builder enableWebhookUpdates(Boolean enableWebhookUpdates) - Parameters:
enableWebhookUpdates- When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.- Returns:
this
-
enableWebhookUpdates
@Stability(Stable) public CfnAssociationPropsMixin.GitLabConfigurationProperty.Builder enableWebhookUpdates(IResolvable enableWebhookUpdates) - Parameters:
enableWebhookUpdates- When set to true, enables the Agent Space to create and update webhooks for receiving notifications and events from the service.- Returns:
this
-
instanceIdentifier
@Stability(Stable) public CfnAssociationPropsMixin.GitLabConfigurationProperty.Builder instanceIdentifier(String instanceIdentifier) - Parameters:
instanceIdentifier- GitLab instance identifier (e.g., gitlab.com).- Returns:
this
-
projectId
@Stability(Stable) public CfnAssociationPropsMixin.GitLabConfigurationProperty.Builder projectId(String projectId) Sets the value ofCfnAssociationPropsMixin.GitLabConfigurationProperty.getProjectId()- Parameters:
projectId- GitLab numeric project ID.- Returns:
this
-
projectPath
@Stability(Stable) public CfnAssociationPropsMixin.GitLabConfigurationProperty.Builder projectPath(String projectPath) Sets the value ofCfnAssociationPropsMixin.GitLabConfigurationProperty.getProjectPath()- Parameters:
projectPath- Full GitLab project path (e.g., namespace/project-name).- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAssociationPropsMixin.GitLabConfigurationProperty>- Returns:
- a new instance of
CfnAssociationPropsMixin.GitLabConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-