public static class ConnectionFromObjectStorage.Builder extends Object
Constructor and Description |
---|
Builder() |
public ConnectionFromObjectStorage.Builder key(String key)
public ConnectionFromObjectStorage.Builder modelVersion(String modelVersion)
public ConnectionFromObjectStorage.Builder parentRef(ParentReference parentRef)
public ConnectionFromObjectStorage.Builder name(String name)
public ConnectionFromObjectStorage.Builder description(String description)
public ConnectionFromObjectStorage.Builder objectVersion(Integer objectVersion)
public ConnectionFromObjectStorage.Builder objectStatus(Integer objectStatus)
public ConnectionFromObjectStorage.Builder identifier(String identifier)
public ConnectionFromObjectStorage.Builder primarySchema(Schema primarySchema)
public ConnectionFromObjectStorage.Builder connectionProperties(List<ConnectionProperty> connectionProperties)
public ConnectionFromObjectStorage.Builder isDefault(Boolean isDefault)
public ConnectionFromObjectStorage.Builder metadata(ObjectMetadata metadata)
public ConnectionFromObjectStorage.Builder keyMap(Map<String,String> keyMap)
public ConnectionFromObjectStorage.Builder credentialFileContent(String credentialFileContent)
The credential file content from an Oracle Object Storage wallet.
credentialFileContent
- the value to setpublic ConnectionFromObjectStorage.Builder userId(String userId)
The OCI user OCID for the user to connect to.
userId
- the value to setpublic ConnectionFromObjectStorage.Builder fingerPrint(String fingerPrint)
The fingerprint for the user.
fingerPrint
- the value to setpublic ConnectionFromObjectStorage.Builder passPhrase(String passPhrase)
The passphrase for the connection.
passPhrase
- the value to setpublic ConnectionFromObjectStorage build()
public ConnectionFromObjectStorage.Builder copy(ConnectionFromObjectStorage model)
Copyright © 2016–2024. All rights reserved.