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