Interface PollyClientBuilder
-
- All Superinterfaces:
AwsClientBuilder<PollyClientBuilder,PollyClient>,AwsSyncClientBuilder<PollyClientBuilder,PollyClient>,Buildable,PollyBaseClientBuilder<PollyClientBuilder,PollyClient>,SdkBuilder<PollyClientBuilder,PollyClient>,SdkClientBuilder<PollyClientBuilder,PollyClient>,SdkSyncClientBuilder<PollyClientBuilder,PollyClient>
@Generated("software.amazon.awssdk:codegen") public interface PollyClientBuilder extends AwsSyncClientBuilder<PollyClientBuilder,PollyClient>, PollyBaseClientBuilder<PollyClientBuilder,PollyClient>
A builder for creating an instance ofPollyClient. This can be created with the staticPollyClient.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.polly.PollyBaseClientBuilder
authSchemeProvider, endpointProvider
-
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
-
Methods inherited from interface software.amazon.awssdk.core.client.builder.SdkSyncClientBuilder
httpClient, httpClientBuilder
-
-