Class UpdateElasticsearchConnectionDetails.Builder
- java.lang.Object
- 
- com.oracle.bmc.goldengate.model.UpdateElasticsearchConnectionDetails.Builder
 
- 
- Enclosing class:
- UpdateElasticsearchConnectionDetails
 
 public static class UpdateElasticsearchConnectionDetails.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method Summary
 
- 
- 
- 
Method Detail- 
displayNamepublic UpdateElasticsearchConnectionDetails.Builder displayName(String displayName) 
 - 
descriptionpublic UpdateElasticsearchConnectionDetails.Builder description(String description) 
 - 
freeformTagspublic UpdateElasticsearchConnectionDetails.Builder freeformTags(Map<String,String> freeformTags) 
 - 
definedTagspublic UpdateElasticsearchConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags) 
 - 
vaultIdpublic UpdateElasticsearchConnectionDetails.Builder vaultId(String vaultId) 
 - 
keyIdpublic UpdateElasticsearchConnectionDetails.Builder keyId(String keyId) 
 - 
nsgIdspublic UpdateElasticsearchConnectionDetails.Builder nsgIds(List<String> nsgIds) 
 - 
subnetIdpublic UpdateElasticsearchConnectionDetails.Builder subnetId(String subnetId) 
 - 
routingMethodpublic UpdateElasticsearchConnectionDetails.Builder routingMethod(RoutingMethod routingMethod) 
 - 
doesUseSecretIdspublic UpdateElasticsearchConnectionDetails.Builder doesUseSecretIds(Boolean doesUseSecretIds) 
 - 
securityAttributespublic UpdateElasticsearchConnectionDetails.Builder securityAttributes(Map<String,Map<String,Object>> securityAttributes) 
 - 
serverspublic 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” - Parameters:
- servers- the value to set
- Returns:
- this builder
 
 - 
securityProtocolpublic UpdateElasticsearchConnectionDetails.Builder securityProtocol(ElasticsearchConnection.SecurityProtocol securityProtocol) Security protocol for Elasticsearch.- Parameters:
- securityProtocol- the value to set
- Returns:
- this builder
 
 - 
authenticationTypepublic UpdateElasticsearchConnectionDetails.Builder authenticationType(ElasticsearchConnection.AuthenticationType authenticationType) Authentication type for Elasticsearch.- Parameters:
- authenticationType- the value to set
- Returns:
- this builder
 
 - 
usernamepublic 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. - Parameters:
- username- the value to set
- Returns:
- this builder
 
 - 
passwordpublic 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. Deprecated: This field is deprecated and replaced by “passwordSecretId”. This field will be removed after February 15 2026. - Parameters:
- password- the value to set
- Returns:
- this builder
 
 - 
passwordSecretIdpublic UpdateElasticsearchConnectionDetails.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. - Parameters:
- passwordSecretId- the value to set
- Returns:
- this builder
 
 - 
fingerprintpublic UpdateElasticsearchConnectionDetails.Builder fingerprint(String fingerprint) Fingerprint required by TLS security protocol.Eg.: ‘6152b2dfbff200f973c5074a5b91d06ab3b472c07c09a1ea57bb7fd406cdce9c’ - Parameters:
- fingerprint- the value to set
- Returns:
- this builder
 
 - 
buildpublic UpdateElasticsearchConnectionDetails build() 
 - 
copypublic UpdateElasticsearchConnectionDetails.Builder copy(UpdateElasticsearchConnectionDetails model) 
 
- 
 
-