Class ElastiCacheServiceClientConfiguration
- java.lang.Object
-
- software.amazon.awssdk.core.SdkServiceClientConfiguration
-
- software.amazon.awssdk.awscore.AwsServiceClientConfiguration
-
- software.amazon.awssdk.services.elasticache.ElastiCacheServiceClientConfiguration
-
@Generated("software.amazon.awssdk:codegen") public final class ElastiCacheServiceClientConfiguration extends AwsServiceClientConfiguration
Class to expose the service client settings to the user. Implementation ofAwsServiceClientConfiguration
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
ElastiCacheServiceClientConfiguration.Builder
A builder for creating aElastiCacheServiceClientConfiguration
-
Nested classes/interfaces inherited from class software.amazon.awssdk.awscore.AwsServiceClientConfiguration
AwsServiceClientConfiguration.BuilderImpl
-
-
Constructor Summary
Constructors Constructor Description ElastiCacheServiceClientConfiguration(ElastiCacheServiceClientConfiguration.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description ElastiCacheAuthSchemeProvider
authSchemeProvider()
Gets the value for auth scheme providerstatic ElastiCacheServiceClientConfiguration.Builder
builder()
-
Methods inherited from class software.amazon.awssdk.awscore.AwsServiceClientConfiguration
credentialsProvider, equals, hashCode, region
-
Methods inherited from class software.amazon.awssdk.core.SdkServiceClientConfiguration
authSchemes, endpointOverride, endpointProvider, overrideConfiguration
-
-
-
-
Constructor Detail
-
ElastiCacheServiceClientConfiguration
public ElastiCacheServiceClientConfiguration(ElastiCacheServiceClientConfiguration.Builder builder)
-
-
Method Detail
-
builder
public static ElastiCacheServiceClientConfiguration.Builder builder()
-
authSchemeProvider
public ElastiCacheAuthSchemeProvider authSchemeProvider()
Gets the value for auth scheme provider
-
-