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