public static class UpdateOracleNosqlConnectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateOracleNosqlConnectionDetails.Builder displayName(String displayName)
public UpdateOracleNosqlConnectionDetails.Builder description(String description)
public UpdateOracleNosqlConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateOracleNosqlConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateOracleNosqlConnectionDetails.Builder vaultId(String vaultId)
public UpdateOracleNosqlConnectionDetails.Builder keyId(String keyId)
public UpdateOracleNosqlConnectionDetails.Builder nsgIds(List<String> nsgIds)
public UpdateOracleNosqlConnectionDetails.Builder subnetId(String subnetId)
public UpdateOracleNosqlConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
public UpdateOracleNosqlConnectionDetails.Builder tenancyId(String tenancyId)
The OCID of the related OCI tenancy.
tenancyId
- the value to setpublic UpdateOracleNosqlConnectionDetails.Builder region(String region)
The name of the region. e.g.: us-ashburn-1
region
- the value to setpublic UpdateOracleNosqlConnectionDetails.Builder userId(String userId)
The OCID of the OCI user who will access the Oracle NoSQL database. The user must have write access to the table they want to connect to.
userId
- the value to setpublic UpdateOracleNosqlConnectionDetails.Builder privateKeyFile(String privateKeyFile)
The base64 encoded content of the private key file (PEM file) corresponding to the API key of the fingerprint. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
privateKeyFile
- the value to setpublic UpdateOracleNosqlConnectionDetails.Builder privateKeyPassphrase(String privateKeyPassphrase)
The passphrase of the private key.
privateKeyPassphrase
- the value to setpublic UpdateOracleNosqlConnectionDetails.Builder publicKeyFingerprint(String publicKeyFingerprint)
The fingerprint of the API Key of the user specified by the userId. See documentation: https://docs.oracle.com/en-us/iaas/Content/Identity/Tasks/managingcredentials.htm
publicKeyFingerprint
- the value to setpublic UpdateOracleNosqlConnectionDetails build()
public UpdateOracleNosqlConnectionDetails.Builder copy(UpdateOracleNosqlConnectionDetails model)
Copyright © 2016–2024. All rights reserved.