Package com.oracle.bmc.goldengate.model
Class OracleNosqlConnectionSummary.Builder
- java.lang.Object
-
- com.oracle.bmc.goldengate.model.OracleNosqlConnectionSummary.Builder
-
- Enclosing class:
- OracleNosqlConnectionSummary
public static class OracleNosqlConnectionSummary.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
id
public OracleNosqlConnectionSummary.Builder id(String id)
-
displayName
public OracleNosqlConnectionSummary.Builder displayName(String displayName)
-
description
public OracleNosqlConnectionSummary.Builder description(String description)
-
compartmentId
public OracleNosqlConnectionSummary.Builder compartmentId(String compartmentId)
-
freeformTags
public OracleNosqlConnectionSummary.Builder freeformTags(Map<String,String> freeformTags)
-
definedTags
public OracleNosqlConnectionSummary.Builder definedTags(Map<String,Map<String,Object>> definedTags)
-
systemTags
public OracleNosqlConnectionSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
-
lifecycleState
public OracleNosqlConnectionSummary.Builder lifecycleState(Connection.LifecycleState lifecycleState)
-
lifecycleDetails
public OracleNosqlConnectionSummary.Builder lifecycleDetails(String lifecycleDetails)
-
timeCreated
public OracleNosqlConnectionSummary.Builder timeCreated(Date timeCreated)
-
timeUpdated
public OracleNosqlConnectionSummary.Builder timeUpdated(Date timeUpdated)
-
vaultId
public OracleNosqlConnectionSummary.Builder vaultId(String vaultId)
-
keyId
public OracleNosqlConnectionSummary.Builder keyId(String keyId)
-
ingressIps
public OracleNosqlConnectionSummary.Builder ingressIps(List<IngressIpDetails> ingressIps)
-
nsgIds
public OracleNosqlConnectionSummary.Builder nsgIds(List<String> nsgIds)
-
subnetId
public OracleNosqlConnectionSummary.Builder subnetId(String subnetId)
-
routingMethod
public OracleNosqlConnectionSummary.Builder routingMethod(RoutingMethod routingMethod)
-
locks
public OracleNosqlConnectionSummary.Builder locks(List<ResourceLock> locks)
-
doesUseSecretIds
public OracleNosqlConnectionSummary.Builder doesUseSecretIds(Boolean doesUseSecretIds)
-
technologyType
public OracleNosqlConnectionSummary.Builder technologyType(OracleNosqlConnection.TechnologyType technologyType)
The Oracle NoSQL technology type.- Parameters:
technologyType
- the value to set- Returns:
- this builder
-
tenancyId
public OracleNosqlConnectionSummary.Builder tenancyId(String tenancyId)
The OCID of the related OCI tenancy.- Parameters:
tenancyId
- the value to set- Returns:
- this builder
-
region
public OracleNosqlConnectionSummary.Builder region(String region)
The name of the region.e.g.: us-ashburn-1 If the region is not provided, backend will default to the default region.
- Parameters:
region
- the value to set- Returns:
- this builder
-
userId
public OracleNosqlConnectionSummary.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. If the user is not provided, backend will default to the user who is calling the API endpoint.
- Parameters:
userId
- the value to set- Returns:
- this builder
-
privateKeyFileSecretId
public OracleNosqlConnectionSummary.Builder privateKeyFileSecretId(String privateKeyFileSecretId)
The OCID of the Secret that stores the 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 Note: When provided, ‘privateKeyFile’ field must not be provided.
- Parameters:
privateKeyFileSecretId
- the value to set- Returns:
- this builder
-
privateKeyPassphraseSecretId
public OracleNosqlConnectionSummary.Builder privateKeyPassphraseSecretId(String privateKeyPassphraseSecretId)
The OCID of the Secret that stores the passphrase of the private key.Note: When provided, ‘privateKeyPassphrase’ field must not be provided.
- Parameters:
privateKeyPassphraseSecretId
- the value to set- Returns:
- this builder
-
shouldUseResourcePrincipal
public OracleNosqlConnectionSummary.Builder shouldUseResourcePrincipal(Boolean shouldUseResourcePrincipal)
Indicates that the user intents to connect to the instance through resource principal.- Parameters:
shouldUseResourcePrincipal
- the value to set- Returns:
- this builder
-
build
public OracleNosqlConnectionSummary build()
-
copy
public OracleNosqlConnectionSummary.Builder copy(OracleNosqlConnectionSummary model)
-
-