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