Interface CodeCommitAsyncClientBuilder
-
- All Superinterfaces:
AwsAsyncClientBuilder<CodeCommitAsyncClientBuilder,CodeCommitAsyncClient>
,AwsClientBuilder<CodeCommitAsyncClientBuilder,CodeCommitAsyncClient>
,Buildable
,CodeCommitBaseClientBuilder<CodeCommitAsyncClientBuilder,CodeCommitAsyncClient>
,SdkAsyncClientBuilder<CodeCommitAsyncClientBuilder,CodeCommitAsyncClient>
,SdkBuilder<CodeCommitAsyncClientBuilder,CodeCommitAsyncClient>
,SdkClientBuilder<CodeCommitAsyncClientBuilder,CodeCommitAsyncClient>
@Generated("software.amazon.awssdk:codegen") public interface CodeCommitAsyncClientBuilder extends AwsAsyncClientBuilder<CodeCommitAsyncClientBuilder,CodeCommitAsyncClient>, CodeCommitBaseClientBuilder<CodeCommitAsyncClientBuilder,CodeCommitAsyncClient>
A builder for creating an instance ofCodeCommitAsyncClient
. This can be created with the staticCodeCommitAsyncClient.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.codecommit.CodeCommitBaseClientBuilder
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
-
-