RedisSettings.Builder |
RedisSettings.Builder.authPassword(String authPassword) |
The password provided with the auth-role and auth-token options of the
AuthType setting for a Redis target endpoint.
|
RedisSettings.Builder |
RedisSettings.Builder.authType(String authType) |
The type of authentication to perform when connecting to a Redis target.
|
RedisSettings.Builder |
RedisSettings.Builder.authType(RedisAuthTypeValue authType) |
The type of authentication to perform when connecting to a Redis target.
|
RedisSettings.Builder |
RedisSettings.Builder.authUserName(String authUserName) |
The user name provided with the auth-role option of the AuthType setting for a
Redis target endpoint.
|
static RedisSettings.Builder |
RedisSettings.builder() |
|
RedisSettings.Builder |
RedisSettings.Builder.port(Integer port) |
Transmission Control Protocol (TCP) port for the endpoint.
|
RedisSettings.Builder |
RedisSettings.Builder.serverName(String serverName) |
Fully qualified domain name of the endpoint.
|
RedisSettings.Builder |
RedisSettings.Builder.sslCaCertificateArn(String sslCaCertificateArn) |
The Amazon Resource Name (ARN) for the certificate authority (CA) that DMS uses to connect to your Redis
target endpoint.
|
RedisSettings.Builder |
RedisSettings.Builder.sslSecurityProtocol(String sslSecurityProtocol) |
The connection to a Redis target endpoint using Transport Layer Security (TLS).
|
RedisSettings.Builder |
RedisSettings.Builder.sslSecurityProtocol(SslSecurityProtocolValue sslSecurityProtocol) |
The connection to a Redis target endpoint using Transport Layer Security (TLS).
|
RedisSettings.Builder |
RedisSettings.toBuilder() |
|