CassandraLinkedService |
CassandraLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
CassandraLinkedService |
CassandraLinkedService.withAuthenticationType(Object authenticationType) |
Set the authenticationType property: AuthenticationType to be used for connection.
|
CassandraLinkedService |
CassandraLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
CassandraLinkedService |
CassandraLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
CassandraLinkedService |
CassandraLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
CassandraLinkedService |
CassandraLinkedService.withHost(Object host) |
Set the host property: Host name for connection.
|
CassandraLinkedService |
CassandraLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
CassandraLinkedService |
CassandraLinkedService.withPassword(SecretBase password) |
Set the password property: Password for authentication.
|
CassandraLinkedService |
CassandraLinkedService.withPort(Object port) |
Set the port property: The port for the connection.
|
CassandraLinkedService |
CassandraLinkedService.withUsername(Object username) |
Set the username property: Username for authentication.
|