Interface GitLabDetails.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GitLabDetails.Builder,,GitLabDetails> SdkBuilder<GitLabDetails.Builder,,GitLabDetails> SdkPojo
- Enclosing class:
GitLabDetails
@Mutable
@NotThreadSafe
public static interface GitLabDetails.Builder
extends SdkPojo, CopyableBuilder<GitLabDetails.Builder,GitLabDetails>
-
Method Summary
Modifier and TypeMethodDescriptionOptional GitLab group ID for group-level access tokensGitLab instance URL (e.g., https://gitlab.com or self-hosted instance).Type of GitLab access tokentokenType(GitLabTokenType tokenType) Type of GitLab access tokentokenValue(String tokenValue) GitLab access token valueMethods 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
-
targetUrl
GitLab instance URL (e.g., https://gitlab.com or self-hosted instance).
- Parameters:
targetUrl- GitLab instance URL (e.g., https://gitlab.com or self-hosted instance).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tokenType
Type of GitLab access token
- Parameters:
tokenType- Type of GitLab access token- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tokenType
Type of GitLab access token
- Parameters:
tokenType- Type of GitLab access token- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tokenValue
GitLab access token value
- Parameters:
tokenValue- GitLab access token value- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
groupId
Optional GitLab group ID for group-level access tokens
- Parameters:
groupId- Optional GitLab group ID for group-level access tokens- Returns:
- Returns a reference to this object so that method calls can be chained together.
-