Class ConnectionFromObjectStorageDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.dataintegration.model.ConnectionFromObjectStorageDetails.Builder
 
- 
- Enclosing class:
- ConnectionFromObjectStorageDetails
 
 public static class ConnectionFromObjectStorageDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
keypublic ConnectionFromObjectStorageDetails.Builder key(String key) 
 - 
modelVersionpublic ConnectionFromObjectStorageDetails.Builder modelVersion(String modelVersion) 
 - 
parentRefpublic ConnectionFromObjectStorageDetails.Builder parentRef(ParentReference parentRef) 
 - 
namepublic ConnectionFromObjectStorageDetails.Builder name(String name) 
 - 
descriptionpublic ConnectionFromObjectStorageDetails.Builder description(String description) 
 - 
objectVersionpublic ConnectionFromObjectStorageDetails.Builder objectVersion(Integer objectVersion) 
 - 
objectStatuspublic ConnectionFromObjectStorageDetails.Builder objectStatus(Integer objectStatus) 
 - 
identifierpublic ConnectionFromObjectStorageDetails.Builder identifier(String identifier) 
 - 
primarySchemapublic ConnectionFromObjectStorageDetails.Builder primarySchema(Schema primarySchema) 
 - 
connectionPropertiespublic ConnectionFromObjectStorageDetails.Builder connectionProperties(List<ConnectionProperty> connectionProperties) 
 - 
isDefaultpublic ConnectionFromObjectStorageDetails.Builder isDefault(Boolean isDefault) 
 - 
metadatapublic ConnectionFromObjectStorageDetails.Builder metadata(ObjectMetadata metadata) 
 - 
credentialFileContentpublic ConnectionFromObjectStorageDetails.Builder credentialFileContent(String credentialFileContent) The credential file content from an Oracle Object Storage wallet.- Parameters:
- credentialFileContent- the value to set
- Returns:
- this builder
 
 - 
userIdpublic ConnectionFromObjectStorageDetails.Builder userId(String userId) The OCI user OCID for the user to connect to.- Parameters:
- userId- the value to set
- Returns:
- this builder
 
 - 
fingerPrintpublic ConnectionFromObjectStorageDetails.Builder fingerPrint(String fingerPrint) The fingerprint for the user.- Parameters:
- fingerPrint- the value to set
- Returns:
- this builder
 
 - 
passPhrasepublic ConnectionFromObjectStorageDetails.Builder passPhrase(String passPhrase) The passphrase for the connection.- Parameters:
- passPhrase- the value to set
- Returns:
- this builder
 
 - 
buildpublic ConnectionFromObjectStorageDetails build() 
 - 
copypublic ConnectionFromObjectStorageDetails.Builder copy(ConnectionFromObjectStorageDetails model) 
 
- 
 
-