Interface GitLabConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GitLabConfiguration.Builder,,GitLabConfiguration> SdkBuilder<GitLabConfiguration.Builder,,GitLabConfiguration> SdkPojo
- Enclosing class:
GitLabConfiguration
@Mutable
@NotThreadSafe
public static interface GitLabConfiguration.Builder
extends SdkPojo, CopyableBuilder<GitLabConfiguration.Builder,GitLabConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioninstanceIdentifier(String instanceIdentifier) GitLab instance identifier (e.g., gitlab.com or e2e.gamma.dev.us-east-1.gitlab.falco.ai.aws.dev)GitLab numeric project ID.projectPath(String projectPath) Full GitLab project path (e.g., namespace/project-name).runtimeRoleArn(String runtimeRoleArn) Deprecated.Superseded by the ReleaseManagement association.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
projectId
GitLab numeric project ID.
- Parameters:
projectId- GitLab numeric project ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
projectPath
Full GitLab project path (e.g., namespace/project-name).
- Parameters:
projectPath- Full GitLab project path (e.g., namespace/project-name).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceIdentifier
GitLab instance identifier (e.g., gitlab.com or e2e.gamma.dev.us-east-1.gitlab.falco.ai.aws.dev)
- Parameters:
instanceIdentifier- GitLab instance identifier (e.g., gitlab.com or e2e.gamma.dev.us-east-1.gitlab.falco.ai.aws.dev)- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
runtimeRoleArn
Deprecated.Superseded by the ReleaseManagement association. Configure the runtime role on the ReleaseManagement association and reference it via releaseManagementAssociationId.Optional role ARN that AIDevOps assumes at runtime for automatic verification testing and VPC connectivity on this association.
- Parameters:
runtimeRoleArn- Optional role ARN that AIDevOps assumes at runtime for automatic verification testing and VPC connectivity on this association.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-