public static class CreateJavaMessageServiceConnectionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
public CreateJavaMessageServiceConnectionDetails.Builder displayName(String displayName)
public CreateJavaMessageServiceConnectionDetails.Builder description(String description)
public CreateJavaMessageServiceConnectionDetails.Builder compartmentId(String compartmentId)
public CreateJavaMessageServiceConnectionDetails.Builder freeformTags(Map<String,String> freeformTags)
public CreateJavaMessageServiceConnectionDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
public CreateJavaMessageServiceConnectionDetails.Builder locks(List<AddResourceLockDetails> locks)
public CreateJavaMessageServiceConnectionDetails.Builder vaultId(String vaultId)
public CreateJavaMessageServiceConnectionDetails.Builder keyId(String keyId)
public CreateJavaMessageServiceConnectionDetails.Builder nsgIds(List<String> nsgIds)
public CreateJavaMessageServiceConnectionDetails.Builder subnetId(String subnetId)
public CreateJavaMessageServiceConnectionDetails.Builder routingMethod(RoutingMethod routingMethod)
public CreateJavaMessageServiceConnectionDetails.Builder technologyType(JavaMessageServiceConnection.TechnologyType technologyType)
The Java Message Service technology type.
technologyType
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder shouldUseJndi(Boolean shouldUseJndi)
If set to true, Java Naming and Directory Interface (JNDI) properties should be provided.
shouldUseJndi
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder jndiConnectionFactory(String jndiConnectionFactory)
The Connection Factory can be looked up using this name. e.g.: ‘ConnectionFactory’
jndiConnectionFactory
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder jndiProviderUrl(String jndiProviderUrl)
The URL that Java Message Service will use to contact the JNDI provider. e.g.: ‘tcp://myjms.host.domain:61616?jms.prefetchPolicy.all=1000’
jndiProviderUrl
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder jndiInitialContextFactory(String jndiInitialContextFactory)
The implementation of javax.naming.spi.InitialContextFactory interface that the client uses to obtain initial naming context. e.g.: ‘org.apache.activemq.jndi.ActiveMQInitialContextFactory’
jndiInitialContextFactory
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder jndiSecurityPrincipal(String jndiSecurityPrincipal)
Specifies the identity of the principal (user) to be authenticated. e.g.: ‘admin2’
jndiSecurityPrincipal
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder jndiSecurityCredentials(String jndiSecurityCredentials)
The password associated to the principal.
jndiSecurityCredentials
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder connectionUrl(String connectionUrl)
Connectin URL of the Java Message Service, specifying the protocol, host, and port. e.g.: ‘mq://myjms.host.domain:7676’
connectionUrl
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder connectionFactory(String connectionFactory)
The of Java class implementing javax.jms.ConnectionFactory interface supplied by the Java Message Service provider. e.g.: ‘com.stc.jmsjca.core.JConnectionFactoryXA’
connectionFactory
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder username(String username)
The username Oracle GoldenGate uses to connect to the Java Message Service. This username must already exist and be available by the Java Message Service to be connected to.
username
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder password(String password)
The password Oracle GoldenGate uses to connect the associated Java Message Service.
password
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder securityProtocol(JavaMessageServiceConnection.SecurityProtocol securityProtocol)
Security protocol for Java Message Service. If not provided, default is PLAIN. Optional until 2024-06-27, in the release after it will be made required.
securityProtocol
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder authenticationType(JavaMessageServiceConnection.AuthenticationType authenticationType)
Authentication type for Java Message Service. If not provided, default is NONE. Optional until 2024-06-27, in the release after it will be made required.
authenticationType
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder trustStore(String trustStore)
The base64 encoded content of the TrustStore file.
trustStore
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder trustStorePassword(String trustStorePassword)
The TrustStore password.
trustStorePassword
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder keyStore(String keyStore)
The base64 encoded content of the KeyStore file.
keyStore
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder keyStorePassword(String keyStorePassword)
The KeyStore password.
keyStorePassword
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder sslKeyPassword(String sslKeyPassword)
The password for the cert inside of the KeyStore. In case it differs from the KeyStore password, it should be provided.
sslKeyPassword
- the value to setpublic CreateJavaMessageServiceConnectionDetails.Builder privateIp(String privateIp)
Deprecated: this field will be removed in future versions. Either specify the private IP in the connectionString or host field, or make sure the host name is resolvable in the target VCN.
The private IP address of the connection's endpoint in the customer's VCN, typically a database endpoint or a big data endpoint (e.g. Kafka bootstrap server). In case the privateIp is provided, the subnetId must also be provided. In case the privateIp (and the subnetId) is not provided it is assumed the datasource is publicly accessible. In case the connection is accessible only privately, the lack of privateIp will result in not being able to access the connection.
privateIp
- the value to setpublic CreateJavaMessageServiceConnectionDetails build()
public CreateJavaMessageServiceConnectionDetails.Builder copy(CreateJavaMessageServiceConnectionDetails model)
Copyright © 2016–2024. All rights reserved.