Interface ElastiCacheAsyncClientBuilder
-
- All Superinterfaces:
AwsAsyncClientBuilder<ElastiCacheAsyncClientBuilder,ElastiCacheAsyncClient>
,AwsClientBuilder<ElastiCacheAsyncClientBuilder,ElastiCacheAsyncClient>
,Buildable
,ElastiCacheBaseClientBuilder<ElastiCacheAsyncClientBuilder,ElastiCacheAsyncClient>
,SdkAsyncClientBuilder<ElastiCacheAsyncClientBuilder,ElastiCacheAsyncClient>
,SdkBuilder<ElastiCacheAsyncClientBuilder,ElastiCacheAsyncClient>
,SdkClientBuilder<ElastiCacheAsyncClientBuilder,ElastiCacheAsyncClient>
@Generated("software.amazon.awssdk:codegen") public interface ElastiCacheAsyncClientBuilder extends AwsAsyncClientBuilder<ElastiCacheAsyncClientBuilder,ElastiCacheAsyncClient>, ElastiCacheBaseClientBuilder<ElastiCacheAsyncClientBuilder,ElastiCacheAsyncClient>
A builder for creating an instance ofElastiCacheAsyncClient
. This can be created with the staticElastiCacheAsyncClient.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.core.client.builder.SdkAsyncClientBuilder
asyncConfiguration, asyncConfiguration, httpClient, httpClientBuilder
-
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
-
-