Class ConnectionFromObjectStorage.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.ConnectionFromObjectStorage.Builder
-
- Enclosing class:
- ConnectionFromObjectStorage
public static class ConnectionFromObjectStorage.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
key
public ConnectionFromObjectStorage.Builder key(String key)
-
modelVersion
public ConnectionFromObjectStorage.Builder modelVersion(String modelVersion)
-
parentRef
public ConnectionFromObjectStorage.Builder parentRef(ParentReference parentRef)
-
name
public ConnectionFromObjectStorage.Builder name(String name)
-
description
public ConnectionFromObjectStorage.Builder description(String description)
-
objectVersion
public ConnectionFromObjectStorage.Builder objectVersion(Integer objectVersion)
-
objectStatus
public ConnectionFromObjectStorage.Builder objectStatus(Integer objectStatus)
-
identifier
public ConnectionFromObjectStorage.Builder identifier(String identifier)
-
primarySchema
public ConnectionFromObjectStorage.Builder primarySchema(Schema primarySchema)
-
connectionProperties
public ConnectionFromObjectStorage.Builder connectionProperties(List<ConnectionProperty> connectionProperties)
-
isDefault
public ConnectionFromObjectStorage.Builder isDefault(Boolean isDefault)
-
metadata
public ConnectionFromObjectStorage.Builder metadata(ObjectMetadata metadata)
-
keyMap
public ConnectionFromObjectStorage.Builder keyMap(Map<String,String> keyMap)
-
credentialFileContent
public ConnectionFromObjectStorage.Builder credentialFileContent(String credentialFileContent)
The credential file content from an Oracle Object Storage wallet.- Parameters:
credentialFileContent
- the value to set- Returns:
- this builder
-
userId
public ConnectionFromObjectStorage.Builder userId(String userId)
The OCI user OCID for the user to connect to.- Parameters:
userId
- the value to set- Returns:
- this builder
-
fingerPrint
public ConnectionFromObjectStorage.Builder fingerPrint(String fingerPrint)
The fingerprint for the user.- Parameters:
fingerPrint
- the value to set- Returns:
- this builder
-
passPhrase
public ConnectionFromObjectStorage.Builder passPhrase(String passPhrase)
The passphrase for the connection.- Parameters:
passPhrase
- the value to set- Returns:
- this builder
-
build
public ConnectionFromObjectStorage build()
-
copy
public ConnectionFromObjectStorage.Builder copy(ConnectionFromObjectStorage model)
-
-