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