public static class BitbucketServerTokenConnectionSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public BitbucketServerTokenConnectionSummary.Builder id(String id)
public BitbucketServerTokenConnectionSummary.Builder displayName(String displayName)
public BitbucketServerTokenConnectionSummary.Builder description(String description)
public BitbucketServerTokenConnectionSummary.Builder compartmentId(String compartmentId)
public BitbucketServerTokenConnectionSummary.Builder projectId(String projectId)
public BitbucketServerTokenConnectionSummary.Builder timeCreated(Date timeCreated)
public BitbucketServerTokenConnectionSummary.Builder timeUpdated(Date timeUpdated)
public BitbucketServerTokenConnectionSummary.Builder lastConnectionValidationResult(ConnectionValidationResult lastConnectionValidationResult)
public BitbucketServerTokenConnectionSummary.Builder lifecycleDetails(String lifecycleDetails)
public BitbucketServerTokenConnectionSummary.Builder lifecycleState(Connection.LifecycleState lifecycleState)
public BitbucketServerTokenConnectionSummary.Builder freeformTags(Map<String,String> freeformTags)
public BitbucketServerTokenConnectionSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public BitbucketServerTokenConnectionSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
public BitbucketServerTokenConnectionSummary.Builder accessToken(String accessToken)
The OCID of personal access token saved in secret store.
accessToken
- the value to setpublic BitbucketServerTokenConnectionSummary.Builder baseUrl(String baseUrl)
The Base URL of the hosted BitbucketServer.
baseUrl
- the value to setpublic BitbucketServerTokenConnectionSummary.Builder tlsVerifyConfig(TlsVerifyConfig tlsVerifyConfig)
public BitbucketServerTokenConnectionSummary build()
public BitbucketServerTokenConnectionSummary.Builder copy(BitbucketServerTokenConnectionSummary model)
Copyright © 2016–2024. All rights reserved.