Interface RedshiftAsyncClientBuilder
-
- All Superinterfaces:
AwsAsyncClientBuilder<RedshiftAsyncClientBuilder,RedshiftAsyncClient>
,AwsClientBuilder<RedshiftAsyncClientBuilder,RedshiftAsyncClient>
,Buildable
,RedshiftBaseClientBuilder<RedshiftAsyncClientBuilder,RedshiftAsyncClient>
,SdkAsyncClientBuilder<RedshiftAsyncClientBuilder,RedshiftAsyncClient>
,SdkBuilder<RedshiftAsyncClientBuilder,RedshiftAsyncClient>
,SdkClientBuilder<RedshiftAsyncClientBuilder,RedshiftAsyncClient>
@Generated("software.amazon.awssdk:codegen") public interface RedshiftAsyncClientBuilder extends AwsAsyncClientBuilder<RedshiftAsyncClientBuilder,RedshiftAsyncClient>, RedshiftBaseClientBuilder<RedshiftAsyncClientBuilder,RedshiftAsyncClient>
A builder for creating an instance ofRedshiftAsyncClient
. This can be created with the staticRedshiftAsyncClient.builder()
method.
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.client.builder.AwsClientBuilder
credentialsProvider, credentialsProvider, defaultsMode, dualstackEnabled, fipsEnabled, region
-
Methods inherited from interface software.amazon.awssdk.services.redshift.RedshiftBaseClientBuilder
authSchemeProvider, endpointProvider
-
Methods inherited from interface software.amazon.awssdk.core.client.builder.SdkAsyncClientBuilder
asyncConfiguration, asyncConfiguration, httpClient, httpClientBuilder
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.client.builder.SdkClientBuilder
addPlugin, endpointOverride, overrideConfiguration, overrideConfiguration, overrideConfiguration, plugins, putAuthScheme
-
-