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