Uses of Interface
software.amazon.awssdk.services.athena.AthenaServiceClientConfiguration.Builder
-
Packages that use AthenaServiceClientConfiguration.Builder Package Description software.amazon.awssdk.services.athena Amazon Athena is an interactive query service that lets you use standard SQL to analyze data directly in Amazon S3.software.amazon.awssdk.services.athena.internal -
-
Uses of AthenaServiceClientConfiguration.Builder in software.amazon.awssdk.services.athena
Methods in software.amazon.awssdk.services.athena that return AthenaServiceClientConfiguration.Builder Modifier and Type Method Description AthenaServiceClientConfiguration.BuilderAthenaServiceClientConfiguration.Builder. authSchemeProvider(AthenaAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic AthenaServiceClientConfiguration.BuilderAthenaServiceClientConfiguration. builder()AthenaServiceClientConfiguration.BuilderAthenaServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerAthenaServiceClientConfiguration.BuilderAthenaServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideAthenaServiceClientConfiguration.BuilderAthenaServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerAthenaServiceClientConfiguration.BuilderAthenaServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationAthenaServiceClientConfiguration.BuilderAthenaServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)AthenaServiceClientConfiguration.BuilderAthenaServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.athena with parameters of type AthenaServiceClientConfiguration.Builder Constructor Description AthenaServiceClientConfiguration(AthenaServiceClientConfiguration.Builder builder) -
Uses of AthenaServiceClientConfiguration.Builder in software.amazon.awssdk.services.athena.internal
Classes in software.amazon.awssdk.services.athena.internal that implement AthenaServiceClientConfiguration.Builder Modifier and Type Class Description classAthenaServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.athena.internal that return AthenaServiceClientConfiguration.Builder Modifier and Type Method Description AthenaServiceClientConfiguration.BuilderAthenaServiceClientConfigurationBuilder. authSchemeProvider(AthenaAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerAthenaServiceClientConfiguration.BuilderAthenaServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerAthenaServiceClientConfiguration.BuilderAthenaServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideAthenaServiceClientConfiguration.BuilderAthenaServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerAthenaServiceClientConfiguration.BuilderAthenaServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationAthenaServiceClientConfiguration.BuilderAthenaServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)AthenaServiceClientConfiguration.BuilderAthenaServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-