Interface ElastiCacheClientBuilder
-
- All Superinterfaces:
AwsClientBuilder<ElastiCacheClientBuilder,ElastiCacheClient>
,AwsSyncClientBuilder<ElastiCacheClientBuilder,ElastiCacheClient>
,Buildable
,ElastiCacheBaseClientBuilder<ElastiCacheClientBuilder,ElastiCacheClient>
,SdkBuilder<ElastiCacheClientBuilder,ElastiCacheClient>
,SdkClientBuilder<ElastiCacheClientBuilder,ElastiCacheClient>
,SdkSyncClientBuilder<ElastiCacheClientBuilder,ElastiCacheClient>
@Generated("software.amazon.awssdk:codegen") public interface ElastiCacheClientBuilder extends AwsSyncClientBuilder<ElastiCacheClientBuilder,ElastiCacheClient>, ElastiCacheBaseClientBuilder<ElastiCacheClientBuilder,ElastiCacheClient>
A builder for creating an instance ofElastiCacheClient
. This can be created with the staticElastiCacheClient.builder()
method.
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.client.builder.AwsClientBuilder
credentialsProvider, credentialsProvider, defaultsMode, dualstackEnabled, fipsEnabled, region
-
Methods inherited from interface software.amazon.awssdk.services.elasticache.ElastiCacheBaseClientBuilder
authSchemeProvider, endpointProvider
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.client.builder.SdkClientBuilder
addPlugin, endpointOverride, overrideConfiguration, overrideConfiguration, overrideConfiguration, plugins, putAuthScheme
-
Methods inherited from interface software.amazon.awssdk.core.client.builder.SdkSyncClientBuilder
httpClient, httpClientBuilder
-
-