Class LakeFormationServiceClientConfiguration
- java.lang.Object
-
- software.amazon.awssdk.core.SdkServiceClientConfiguration
-
- software.amazon.awssdk.awscore.AwsServiceClientConfiguration
-
- software.amazon.awssdk.services.lakeformation.LakeFormationServiceClientConfiguration
-
@Generated("software.amazon.awssdk:codegen") public final class LakeFormationServiceClientConfiguration 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
LakeFormationServiceClientConfiguration.Builder
A builder for creating aLakeFormationServiceClientConfiguration
-
Nested classes/interfaces inherited from class software.amazon.awssdk.awscore.AwsServiceClientConfiguration
AwsServiceClientConfiguration.BuilderImpl
-
-
Constructor Summary
Constructors Constructor Description LakeFormationServiceClientConfiguration(LakeFormationServiceClientConfiguration.Builder builder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LakeFormationAuthSchemeProvider
authSchemeProvider()
Gets the value for auth scheme providerstatic LakeFormationServiceClientConfiguration.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
-
LakeFormationServiceClientConfiguration
public LakeFormationServiceClientConfiguration(LakeFormationServiceClientConfiguration.Builder builder)
-
-
Method Detail
-
builder
public static LakeFormationServiceClientConfiguration.Builder builder()
-
authSchemeProvider
public LakeFormationAuthSchemeProvider authSchemeProvider()
Gets the value for auth scheme provider
-
-