Class ConnectionFromObjectStorageDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.dataintegration.model.ConnectionFromObjectStorageDetails.Builder
-
- Enclosing class:
- ConnectionFromObjectStorageDetails
public static class ConnectionFromObjectStorageDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
key
public ConnectionFromObjectStorageDetails.Builder key(String key)
-
modelVersion
public ConnectionFromObjectStorageDetails.Builder modelVersion(String modelVersion)
-
parentRef
public ConnectionFromObjectStorageDetails.Builder parentRef(ParentReference parentRef)
-
name
public ConnectionFromObjectStorageDetails.Builder name(String name)
-
description
public ConnectionFromObjectStorageDetails.Builder description(String description)
-
objectVersion
public ConnectionFromObjectStorageDetails.Builder objectVersion(Integer objectVersion)
-
objectStatus
public ConnectionFromObjectStorageDetails.Builder objectStatus(Integer objectStatus)
-
identifier
public ConnectionFromObjectStorageDetails.Builder identifier(String identifier)
-
primarySchema
public ConnectionFromObjectStorageDetails.Builder primarySchema(Schema primarySchema)
-
connectionProperties
public ConnectionFromObjectStorageDetails.Builder connectionProperties(List<ConnectionProperty> connectionProperties)
-
isDefault
public ConnectionFromObjectStorageDetails.Builder isDefault(Boolean isDefault)
-
metadata
public ConnectionFromObjectStorageDetails.Builder metadata(ObjectMetadata metadata)
-
credentialFileContent
public ConnectionFromObjectStorageDetails.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 ConnectionFromObjectStorageDetails.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 ConnectionFromObjectStorageDetails.Builder fingerPrint(String fingerPrint)
The fingerprint for the user.- Parameters:
fingerPrint
- the value to set- Returns:
- this builder
-
passPhrase
public ConnectionFromObjectStorageDetails.Builder passPhrase(String passPhrase)
The passphrase for the connection.- Parameters:
passPhrase
- the value to set- Returns:
- this builder
-
build
public ConnectionFromObjectStorageDetails build()
-
copy
public ConnectionFromObjectStorageDetails.Builder copy(ConnectionFromObjectStorageDetails model)
-
-