Package com.oracle.bmc.devops.model
Class BitbucketServerTokenConnectionSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.devops.model.BitbucketServerTokenConnectionSummary.Builder
-
- Enclosing class:
- BitbucketServerTokenConnectionSummary
public static class BitbucketServerTokenConnectionSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public BitbucketServerTokenConnectionSummary.Builder id(String id)
-
displayName
public BitbucketServerTokenConnectionSummary.Builder displayName(String displayName)
-
description
public BitbucketServerTokenConnectionSummary.Builder description(String description)
-
compartmentId
public BitbucketServerTokenConnectionSummary.Builder compartmentId(String compartmentId)
-
projectId
public BitbucketServerTokenConnectionSummary.Builder projectId(String projectId)
-
timeCreated
public BitbucketServerTokenConnectionSummary.Builder timeCreated(Date timeCreated)
-
timeUpdated
public BitbucketServerTokenConnectionSummary.Builder timeUpdated(Date timeUpdated)
-
lastConnectionValidationResult
public BitbucketServerTokenConnectionSummary.Builder lastConnectionValidationResult(ConnectionValidationResult lastConnectionValidationResult)
-
lifecycleDetails
public BitbucketServerTokenConnectionSummary.Builder lifecycleDetails(String lifecycleDetails)
-
lifecycleState
public BitbucketServerTokenConnectionSummary.Builder lifecycleState(Connection.LifecycleState lifecycleState)
-
freeformTags
public BitbucketServerTokenConnectionSummary.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public BitbucketServerTokenConnectionSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public BitbucketServerTokenConnectionSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
accessToken
public BitbucketServerTokenConnectionSummary.Builder accessToken(String accessToken)
The OCID of personal access token saved in secret store.- Parameters:
accessToken
- the value to set- Returns:
- this builder
-
baseUrl
public BitbucketServerTokenConnectionSummary.Builder baseUrl(String baseUrl)
The Base URL of the hosted BitbucketServer.- Parameters:
baseUrl
- the value to set- Returns:
- this builder
-
tlsVerifyConfig
public BitbucketServerTokenConnectionSummary.Builder tlsVerifyConfig(TlsVerifyConfig tlsVerifyConfig)
-
build
public BitbucketServerTokenConnectionSummary build()
-
copy
public BitbucketServerTokenConnectionSummary.Builder copy(BitbucketServerTokenConnectionSummary model)
-
-