Interface AmpAsyncClientBuilder
-
- All Superinterfaces:
AmpBaseClientBuilder<AmpAsyncClientBuilder,AmpAsyncClient>,AwsAsyncClientBuilder<AmpAsyncClientBuilder,AmpAsyncClient>,AwsClientBuilder<AmpAsyncClientBuilder,AmpAsyncClient>,Buildable,SdkAsyncClientBuilder<AmpAsyncClientBuilder,AmpAsyncClient>,SdkBuilder<AmpAsyncClientBuilder,AmpAsyncClient>,SdkClientBuilder<AmpAsyncClientBuilder,AmpAsyncClient>
@Generated("software.amazon.awssdk:codegen") public interface AmpAsyncClientBuilder extends AwsAsyncClientBuilder<AmpAsyncClientBuilder,AmpAsyncClient>, AmpBaseClientBuilder<AmpAsyncClientBuilder,AmpAsyncClient>
A builder for creating an instance ofAmpAsyncClient. This can be created with the staticAmpAsyncClient.builder()method.
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.services.amp.AmpBaseClientBuilder
authSchemeProvider, endpointProvider
-
Methods inherited from interface software.amazon.awssdk.awscore.client.builder.AwsClientBuilder
credentialsProvider, credentialsProvider, defaultsMode, dualstackEnabled, fipsEnabled, region
-
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
-
-