Interface AppTestAsyncClientBuilder
-
- All Superinterfaces:
AppTestBaseClientBuilder<AppTestAsyncClientBuilder,AppTestAsyncClient>,AwsAsyncClientBuilder<AppTestAsyncClientBuilder,AppTestAsyncClient>,AwsClientBuilder<AppTestAsyncClientBuilder,AppTestAsyncClient>,Buildable,SdkAsyncClientBuilder<AppTestAsyncClientBuilder,AppTestAsyncClient>,SdkBuilder<AppTestAsyncClientBuilder,AppTestAsyncClient>,SdkClientBuilder<AppTestAsyncClientBuilder,AppTestAsyncClient>
@Generated("software.amazon.awssdk:codegen") public interface AppTestAsyncClientBuilder extends AwsAsyncClientBuilder<AppTestAsyncClientBuilder,AppTestAsyncClient>, AppTestBaseClientBuilder<AppTestAsyncClientBuilder,AppTestAsyncClient>
A builder for creating an instance ofAppTestAsyncClient. This can be created with the staticAppTestAsyncClient.builder()method.
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.services.apptest.AppTestBaseClientBuilder
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
-
-