Package software.amazon.awssdk.awscore
Class AwsServiceClientConfiguration
java.lang.Object
software.amazon.awssdk.core.SdkServiceClientConfiguration
software.amazon.awssdk.awscore.AwsServiceClientConfiguration
@SdkPublicApi
public abstract class AwsServiceClientConfiguration
extends SdkServiceClientConfiguration
Class to expose AWS service client settings to the user, e.g., region
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe base interface for all AWS service client configuration buildersprotected static class -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionIdentityProvider<? extends AwsCredentialsIdentity>booleaninthashCode()region()Methods inherited from class software.amazon.awssdk.core.SdkServiceClientConfiguration
authSchemes, endpointOverride, endpointProvider, overrideConfiguration
-
Constructor Details
-
AwsServiceClientConfiguration
-
-
Method Details
-
region
- Returns:
- The configured region of the AwsClient
-
credentialsProvider
- Returns:
- The configured identity provider
-
hashCode
public int hashCode()- Overrides:
hashCodein classSdkServiceClientConfiguration
-
equals
- Overrides:
equalsin classSdkServiceClientConfiguration
-