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