public static class ElasticsearchConnection.Builder extends Object
Constructor and Description |
---|
Builder() |
public ElasticsearchConnection.Builder id(String id)
public ElasticsearchConnection.Builder displayName(String displayName)
public ElasticsearchConnection.Builder description(String description)
public ElasticsearchConnection.Builder compartmentId(String compartmentId)
public ElasticsearchConnection.Builder freeformTags(Map<String,String> freeformTags)
public ElasticsearchConnection.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public ElasticsearchConnection.Builder systemTags(Map<String,Map<String,Object>> systemTags)
public ElasticsearchConnection.Builder lifecycleState(Connection.LifecycleState lifecycleState)
public ElasticsearchConnection.Builder lifecycleDetails(String lifecycleDetails)
public ElasticsearchConnection.Builder timeCreated(Date timeCreated)
public ElasticsearchConnection.Builder timeUpdated(Date timeUpdated)
public ElasticsearchConnection.Builder locks(List<ResourceLock> locks)
public ElasticsearchConnection.Builder vaultId(String vaultId)
public ElasticsearchConnection.Builder keyId(String keyId)
public ElasticsearchConnection.Builder ingressIps(List<IngressIpDetails> ingressIps)
public ElasticsearchConnection.Builder nsgIds(List<String> nsgIds)
public ElasticsearchConnection.Builder subnetId(String subnetId)
public ElasticsearchConnection.Builder routingMethod(RoutingMethod routingMethod)
public ElasticsearchConnection.Builder doesUseSecretIds(Boolean doesUseSecretIds)
public ElasticsearchConnection.Builder technologyType(ElasticsearchConnection.TechnologyType technologyType)
The Elasticsearch technology type.
technologyType
- the value to setpublic ElasticsearchConnection.Builder servers(String servers)
Comma separated list of Elasticsearch server addresses, specified as host:port entries,
where :port is optional. If port is not specified, it defaults to 9200. Used for
establishing the initial connection to the Elasticsearch cluster. Example: "server1.example.com:4000,server2.example.com:4000"
servers
- the value to setpublic ElasticsearchConnection.Builder securityProtocol(ElasticsearchConnection.SecurityProtocol securityProtocol)
Security protocol for Elasticsearch
securityProtocol
- the value to setpublic ElasticsearchConnection.Builder authenticationType(ElasticsearchConnection.AuthenticationType authenticationType)
Authentication type for Elasticsearch.
authenticationType
- the value to setpublic ElasticsearchConnection.Builder username(String username)
The username Oracle GoldenGate uses to connect the associated system of the given technology. This username must already exist and be available by the system/application to be connected to and must conform to the case sensitivty requirments defined in it.
username
- the value to setpublic ElasticsearchConnection.Builder passwordSecretId(String passwordSecretId)
The OCID of the Secret where the password is stored. The password Oracle GoldenGate uses to connect the associated system of the given technology. It must conform to the specific security requirements including length, case sensitivity, and so on. If secretId is used plaintext field must not be provided. Note: When provided, ‘password’ field must not be provided.
passwordSecretId
- the value to setpublic ElasticsearchConnection build()
public ElasticsearchConnection.Builder copy(ElasticsearchConnection model)
Copyright © 2016–2024. All rights reserved.