Uses of Interface
software.amazon.awssdk.services.databasemigration.model.RedisSettings.Builder
Packages that use RedisSettings.Builder
-
Uses of RedisSettings.Builder in software.amazon.awssdk.services.databasemigration.model
Methods in software.amazon.awssdk.services.databasemigration.model that return RedisSettings.BuilderModifier and TypeMethodDescriptionRedisSettings.Builder.authPassword(String authPassword) The password provided with theauth-roleandauth-tokenoptions of theAuthTypesetting for a Redis target endpoint.The type of authentication to perform when connecting to a Redis target.RedisSettings.Builder.authType(RedisAuthTypeValue authType) The type of authentication to perform when connecting to a Redis target.RedisSettings.Builder.authUserName(String authUserName) The user name provided with theauth-roleoption of theAuthTypesetting for a Redis target endpoint.static RedisSettings.BuilderRedisSettings.builder()Transmission Control Protocol (TCP) port for the endpoint.RedisSettings.Builder.serverName(String serverName) Fully qualified domain name of the endpoint.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.sslSecurityProtocol(String sslSecurityProtocol) The connection to a Redis target endpoint using Transport Layer Security (TLS).RedisSettings.Builder.sslSecurityProtocol(SslSecurityProtocolValue sslSecurityProtocol) The connection to a Redis target endpoint using Transport Layer Security (TLS).RedisSettings.toBuilder()Methods in software.amazon.awssdk.services.databasemigration.model that return types with arguments of type RedisSettings.BuilderModifier and TypeMethodDescriptionstatic Class<? extends RedisSettings.Builder>RedisSettings.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.databasemigration.model with type arguments of type RedisSettings.BuilderModifier and TypeMethodDescriptiondefault CreateEndpointRequest.BuilderCreateEndpointRequest.Builder.redisSettings(Consumer<RedisSettings.Builder> redisSettings) Settings in JSON format for the target Redis endpoint.default Endpoint.BuilderEndpoint.Builder.redisSettings(Consumer<RedisSettings.Builder> redisSettings) The settings for the Redis target endpoint.default ModifyEndpointRequest.BuilderModifyEndpointRequest.Builder.redisSettings(Consumer<RedisSettings.Builder> redisSettings) Settings in JSON format for the Redis target endpoint.