public static class CreateOracleNosqlConnectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateOracleNosqlConnectionDetails.Builder displayName(String displayName)
public CreateOracleNosqlConnectionDetails.Builder description(String description)
public CreateOracleNosqlConnectionDetails.Builder compartmentId(String compartmentId)
public CreateOracleNosqlConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateOracleNosqlConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateOracleNosqlConnectionDetails.Builder locks(List<AddResourceLockDetails> locks)
public CreateOracleNosqlConnectionDetails.Builder vaultId(String vaultId)
public CreateOracleNosqlConnectionDetails.Builder keyId(String keyId)
public CreateOracleNosqlConnectionDetails.Builder nsgIds(List<String> nsgIds)
public CreateOracleNosqlConnectionDetails.Builder subnetId(String subnetId)
public CreateOracleNosqlConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
public CreateOracleNosqlConnectionDetails.Builder technologyType(OracleNosqlConnection.TechnologyType technologyType)
The Oracle NoSQL technology type.
technologyType
- the value to setpublic CreateOracleNosqlConnectionDetails.Builder tenancyId(String tenancyId)
The OCID of the related OCI tenancy.
tenancyId
- the value to setpublic CreateOracleNosqlConnectionDetails.Builder region(String region)
The name of the region. e.g.: us-ashburn-1
region
- the value to setpublic CreateOracleNosqlConnectionDetails.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 CreateOracleNosqlConnectionDetails.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 CreateOracleNosqlConnectionDetails.Builder privateKeyPassphrase(String privateKeyPassphrase)
The passphrase of the private key.
privateKeyPassphrase
- the value to setpublic CreateOracleNosqlConnectionDetails.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 CreateOracleNosqlConnectionDetails build()
public CreateOracleNosqlConnectionDetails.Builder copy(CreateOracleNosqlConnectionDetails model)
Copyright © 2016–2024. All rights reserved.