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