Interface CloudFrontAsyncClientBuilder
-
- All Superinterfaces:
AwsAsyncClientBuilder<CloudFrontAsyncClientBuilder,CloudFrontAsyncClient>
,AwsClientBuilder<CloudFrontAsyncClientBuilder,CloudFrontAsyncClient>
,Buildable
,CloudFrontBaseClientBuilder<CloudFrontAsyncClientBuilder,CloudFrontAsyncClient>
,SdkAsyncClientBuilder<CloudFrontAsyncClientBuilder,CloudFrontAsyncClient>
,SdkBuilder<CloudFrontAsyncClientBuilder,CloudFrontAsyncClient>
,SdkClientBuilder<CloudFrontAsyncClientBuilder,CloudFrontAsyncClient>
@Generated("software.amazon.awssdk:codegen") public interface CloudFrontAsyncClientBuilder extends AwsAsyncClientBuilder<CloudFrontAsyncClientBuilder,CloudFrontAsyncClient>, CloudFrontBaseClientBuilder<CloudFrontAsyncClientBuilder,CloudFrontAsyncClient>
A builder for creating an instance ofCloudFrontAsyncClient
. This can be created with the staticCloudFrontAsyncClient.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.cloudfront.CloudFrontBaseClientBuilder
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
-
-