Interface CreateGitLabSelfManagedIntegrationDetail.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CreateGitLabSelfManagedIntegrationDetail.Builder,,CreateGitLabSelfManagedIntegrationDetail> SdkBuilder<CreateGitLabSelfManagedIntegrationDetail.Builder,,CreateGitLabSelfManagedIntegrationDetail> SdkPojo
- Enclosing class:
CreateGitLabSelfManagedIntegrationDetail
@Mutable
@NotThreadSafe
public static interface CreateGitLabSelfManagedIntegrationDetail.Builder
extends SdkPojo, CopyableBuilder<CreateGitLabSelfManagedIntegrationDetail.Builder,CreateGitLabSelfManagedIntegrationDetail>
-
Method Summary
Modifier and TypeMethodDescriptionaccessToken(String accessToken) The personal access token used to authenticate with the self-managed GitLab instance.instanceUrl(String instanceUrl) The URL of the self-managed GitLab instance.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
-
instanceUrl
The URL of the self-managed GitLab instance.
- Parameters:
instanceUrl- The URL of the self-managed GitLab instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accessToken
The personal access token used to authenticate with the self-managed GitLab instance.
- Parameters:
accessToken- The personal access token used to authenticate with the self-managed GitLab instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-