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 SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
idpublic BitbucketServerTokenConnectionSummary.Builder id(String id) 
 - 
displayNamepublic BitbucketServerTokenConnectionSummary.Builder displayName(String displayName) 
 - 
descriptionpublic BitbucketServerTokenConnectionSummary.Builder description(String description) 
 - 
compartmentIdpublic BitbucketServerTokenConnectionSummary.Builder compartmentId(String compartmentId) 
 - 
projectIdpublic BitbucketServerTokenConnectionSummary.Builder projectId(String projectId) 
 - 
timeCreatedpublic BitbucketServerTokenConnectionSummary.Builder timeCreated(Date timeCreated) 
 - 
timeUpdatedpublic BitbucketServerTokenConnectionSummary.Builder timeUpdated(Date timeUpdated) 
 - 
lastConnectionValidationResultpublic BitbucketServerTokenConnectionSummary.Builder lastConnectionValidationResult(ConnectionValidationResult lastConnectionValidationResult) 
 - 
lifecycleDetailspublic BitbucketServerTokenConnectionSummary.Builder lifecycleDetails(String lifecycleDetails) 
 - 
lifecycleStatepublic BitbucketServerTokenConnectionSummary.Builder lifecycleState(Connection.LifecycleState lifecycleState) 
 - 
freeformTagspublic BitbucketServerTokenConnectionSummary.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic BitbucketServerTokenConnectionSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
systemTagspublic BitbucketServerTokenConnectionSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags) 
 - 
accessTokenpublic BitbucketServerTokenConnectionSummary.Builder accessToken(String accessToken) The OCID of personal access token saved in secret store.- Parameters:
- accessToken- the value to set
- Returns:
- this builder
 
 - 
baseUrlpublic BitbucketServerTokenConnectionSummary.Builder baseUrl(String baseUrl) The Base URL of the hosted BitbucketServer.- Parameters:
- baseUrl- the value to set
- Returns:
- this builder
 
 - 
tlsVerifyConfigpublic BitbucketServerTokenConnectionSummary.Builder tlsVerifyConfig(TlsVerifyConfig tlsVerifyConfig) 
 - 
buildpublic BitbucketServerTokenConnectionSummary build() 
 - 
copypublic BitbucketServerTokenConnectionSummary.Builder copy(BitbucketServerTokenConnectionSummary model) 
 
- 
 
-