Uses of Interface
software.amazon.awssdk.services.s3tables.S3TablesServiceClientConfiguration.Builder
-
Packages that use S3TablesServiceClientConfiguration.Builder Package Description software.amazon.awssdk.services.s3tables An Amazon S3 table represents a structured dataset consisting of tabular data in Apache Parquet format and related metadata.software.amazon.awssdk.services.s3tables.internal -
-
Uses of S3TablesServiceClientConfiguration.Builder in software.amazon.awssdk.services.s3tables
Methods in software.amazon.awssdk.services.s3tables that return S3TablesServiceClientConfiguration.Builder Modifier and Type Method Description S3TablesServiceClientConfiguration.BuilderS3TablesServiceClientConfiguration.Builder. authSchemeProvider(S3TablesAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerstatic S3TablesServiceClientConfiguration.BuilderS3TablesServiceClientConfiguration. builder()S3TablesServiceClientConfiguration.BuilderS3TablesServiceClientConfiguration.Builder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerS3TablesServiceClientConfiguration.BuilderS3TablesServiceClientConfiguration.Builder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideS3TablesServiceClientConfiguration.BuilderS3TablesServiceClientConfiguration.Builder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerS3TablesServiceClientConfiguration.BuilderS3TablesServiceClientConfiguration.Builder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationS3TablesServiceClientConfiguration.BuilderS3TablesServiceClientConfiguration.Builder. putAuthScheme(AuthScheme<?> authScheme)S3TablesServiceClientConfiguration.BuilderS3TablesServiceClientConfiguration.Builder. region(Region region)Sets the value for AWS regionConstructors in software.amazon.awssdk.services.s3tables with parameters of type S3TablesServiceClientConfiguration.Builder Constructor Description S3TablesServiceClientConfiguration(S3TablesServiceClientConfiguration.Builder builder) -
Uses of S3TablesServiceClientConfiguration.Builder in software.amazon.awssdk.services.s3tables.internal
Classes in software.amazon.awssdk.services.s3tables.internal that implement S3TablesServiceClientConfiguration.Builder Modifier and Type Class Description classS3TablesServiceClientConfigurationBuilderMethods in software.amazon.awssdk.services.s3tables.internal that return S3TablesServiceClientConfiguration.Builder Modifier and Type Method Description S3TablesServiceClientConfiguration.BuilderS3TablesServiceClientConfigurationBuilder. authSchemeProvider(S3TablesAuthSchemeProvider authSchemeProvider)Sets the value for auth scheme providerS3TablesServiceClientConfiguration.BuilderS3TablesServiceClientConfigurationBuilder. credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider)Sets the value for credentials providerS3TablesServiceClientConfiguration.BuilderS3TablesServiceClientConfigurationBuilder. endpointOverride(URI endpointOverride)Sets the value for endpoint overrideS3TablesServiceClientConfiguration.BuilderS3TablesServiceClientConfigurationBuilder. endpointProvider(EndpointProvider endpointProvider)Sets the value for endpoint providerS3TablesServiceClientConfiguration.BuilderS3TablesServiceClientConfigurationBuilder. overrideConfiguration(ClientOverrideConfiguration overrideConfiguration)Sets the value for client override configurationS3TablesServiceClientConfiguration.BuilderS3TablesServiceClientConfigurationBuilder. putAuthScheme(AuthScheme<?> authScheme)S3TablesServiceClientConfiguration.BuilderS3TablesServiceClientConfigurationBuilder. region(Region region)Sets the value for AWS region
-