public static class UpdateGitlabAccessTokenConfigurationSourceProviderDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateGitlabAccessTokenConfigurationSourceProviderDetails.Builder displayName(String displayName)
public UpdateGitlabAccessTokenConfigurationSourceProviderDetails.Builder description(String description)
public UpdateGitlabAccessTokenConfigurationSourceProviderDetails.Builder privateServerConfigDetails(PrivateServerConfigDetails privateServerConfigDetails)
public UpdateGitlabAccessTokenConfigurationSourceProviderDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateGitlabAccessTokenConfigurationSourceProviderDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateGitlabAccessTokenConfigurationSourceProviderDetails.Builder apiEndpoint(String apiEndpoint)
The Git service endpoint. Example: https://gitlab.com
apiEndpoint
- the value to setpublic UpdateGitlabAccessTokenConfigurationSourceProviderDetails.Builder accessToken(String accessToken)
The personal access token to be configured on the GitLab repository.
accessToken
- the value to setpublic UpdateGitlabAccessTokenConfigurationSourceProviderDetails build()
Copyright © 2016–2024. All rights reserved.