Interface PaymentCryptographyClientBuilder
-
- All Superinterfaces:
AwsClientBuilder<PaymentCryptographyClientBuilder,PaymentCryptographyClient>,AwsSyncClientBuilder<PaymentCryptographyClientBuilder,PaymentCryptographyClient>,Buildable,PaymentCryptographyBaseClientBuilder<PaymentCryptographyClientBuilder,PaymentCryptographyClient>,SdkBuilder<PaymentCryptographyClientBuilder,PaymentCryptographyClient>,SdkClientBuilder<PaymentCryptographyClientBuilder,PaymentCryptographyClient>,SdkSyncClientBuilder<PaymentCryptographyClientBuilder,PaymentCryptographyClient>
@Generated("software.amazon.awssdk:codegen") public interface PaymentCryptographyClientBuilder extends AwsSyncClientBuilder<PaymentCryptographyClientBuilder,PaymentCryptographyClient>, PaymentCryptographyBaseClientBuilder<PaymentCryptographyClientBuilder,PaymentCryptographyClient>
A builder for creating an instance ofPaymentCryptographyClient. This can be created with the staticPaymentCryptographyClient.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.paymentcryptography.PaymentCryptographyBaseClientBuilder
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
-
-