Interface IotAsyncClientBuilder
-
- All Superinterfaces:
AwsAsyncClientBuilder<IotAsyncClientBuilder,IotAsyncClient>,AwsClientBuilder<IotAsyncClientBuilder,IotAsyncClient>,Buildable,IotBaseClientBuilder<IotAsyncClientBuilder,IotAsyncClient>,SdkAsyncClientBuilder<IotAsyncClientBuilder,IotAsyncClient>,SdkBuilder<IotAsyncClientBuilder,IotAsyncClient>,SdkClientBuilder<IotAsyncClientBuilder,IotAsyncClient>
@Generated("software.amazon.awssdk:codegen") public interface IotAsyncClientBuilder extends AwsAsyncClientBuilder<IotAsyncClientBuilder,IotAsyncClient>, IotBaseClientBuilder<IotAsyncClientBuilder,IotAsyncClient>
A builder for creating an instance ofIotAsyncClient. This can be created with the staticIotAsyncClient.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.iot.IotBaseClientBuilder
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
-
-