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