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