public static class UpdateElasticsearchConnectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpdateElasticsearchConnectionDetails.Builder displayName(String displayName)
public UpdateElasticsearchConnectionDetails.Builder description(String description)
public UpdateElasticsearchConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
public UpdateElasticsearchConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public UpdateElasticsearchConnectionDetails.Builder vaultId(String vaultId)
public UpdateElasticsearchConnectionDetails.Builder keyId(String keyId)
public UpdateElasticsearchConnectionDetails.Builder nsgIds(List<String> nsgIds)
public UpdateElasticsearchConnectionDetails.Builder subnetId(String subnetId)
public UpdateElasticsearchConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
public UpdateElasticsearchConnectionDetails.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 UpdateElasticsearchConnectionDetails.Builder securityProtocol(ElasticsearchConnection.SecurityProtocol securityProtocol)
Security protocol for Elasticsearch.
securityProtocol
- the value to setpublic UpdateElasticsearchConnectionDetails.Builder authenticationType(ElasticsearchConnection.AuthenticationType authenticationType)
Authentication type for Elasticsearch.
authenticationType
- the value to setpublic UpdateElasticsearchConnectionDetails.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 UpdateElasticsearchConnectionDetails.Builder password(String password)
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.
password
- the value to setpublic UpdateElasticsearchConnectionDetails.Builder fingerprint(String fingerprint)
Fingerprint required by TLS security protocol. Eg.: ‘6152b2dfbff200f973c5074a5b91d06ab3b472c07c09a1ea57bb7fd406cdce9c’
fingerprint
- the value to setpublic UpdateElasticsearchConnectionDetails build()
public UpdateElasticsearchConnectionDetails.Builder copy(UpdateElasticsearchConnectionDetails model)
Copyright © 2016–2024. All rights reserved.