Class PaymentCryptographyServiceClientConfigurationBuilder
java.lang.Object
software.amazon.awssdk.services.paymentcryptography.internal.PaymentCryptographyServiceClientConfigurationBuilder
- All Implemented Interfaces:
AwsServiceClientConfiguration.Builder,SdkServiceClientConfiguration.Builder,PaymentCryptographyServiceClientConfiguration.Builder
@Generated("software.amazon.awssdk:codegen")
public class PaymentCryptographyServiceClientConfigurationBuilder
extends Object
implements PaymentCryptographyServiceClientConfiguration.Builder
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionGets the value for auth scheme providerauthSchemeProvider(PaymentCryptographyAuthSchemeProvider authSchemeProvider) Sets the value for auth scheme providerMap<String, AuthScheme<?>> Gets the value for auth schemesbuild()Build the service client configuration using the configuration on this builderIdentityProvider<? extends AwsCredentialsIdentity> Gets the value for credentials providercredentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider) Sets the value for credentials providerGets the value for endpoint overrideendpointOverride(URI endpointOverride) Sets the value for endpoint overrideGets the value for endpoint providerendpointProvider(EndpointProvider endpointProvider) Sets the value for endpoint providerGets the value for client override configurationoverrideConfiguration(ClientOverrideConfiguration overrideConfiguration) Sets the value for client override configurationputAuthScheme(AuthScheme<?> authScheme) Adds the given auth scheme.region()Gets the value for AWS regionSets the value for AWS regionMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.core.SdkServiceClientConfiguration.Builder
overrideConfiguration
-
Constructor Details
-
PaymentCryptographyServiceClientConfigurationBuilder
public PaymentCryptographyServiceClientConfigurationBuilder() -
PaymentCryptographyServiceClientConfigurationBuilder
-
-
Method Details
-
overrideConfiguration
public PaymentCryptographyServiceClientConfiguration.Builder overrideConfiguration(ClientOverrideConfiguration overrideConfiguration) Sets the value for client override configuration- Specified by:
overrideConfigurationin interfaceAwsServiceClientConfiguration.Builder- Specified by:
overrideConfigurationin interfacePaymentCryptographyServiceClientConfiguration.Builder- Specified by:
overrideConfigurationin interfaceSdkServiceClientConfiguration.Builder
-
overrideConfiguration
Gets the value for client override configuration- Specified by:
overrideConfigurationin interfacePaymentCryptographyServiceClientConfiguration.Builder- Specified by:
overrideConfigurationin interfaceSdkServiceClientConfiguration.Builder
-
endpointOverride
Sets the value for endpoint override- Specified by:
endpointOverridein interfaceAwsServiceClientConfiguration.Builder- Specified by:
endpointOverridein interfacePaymentCryptographyServiceClientConfiguration.Builder- Specified by:
endpointOverridein interfaceSdkServiceClientConfiguration.Builder
-
endpointOverride
Gets the value for endpoint override- Specified by:
endpointOverridein interfacePaymentCryptographyServiceClientConfiguration.Builder- Specified by:
endpointOverridein interfaceSdkServiceClientConfiguration.Builder
-
endpointProvider
public PaymentCryptographyServiceClientConfiguration.Builder endpointProvider(EndpointProvider endpointProvider) Sets the value for endpoint provider- Specified by:
endpointProviderin interfaceAwsServiceClientConfiguration.Builder- Specified by:
endpointProviderin interfacePaymentCryptographyServiceClientConfiguration.Builder- Specified by:
endpointProviderin interfaceSdkServiceClientConfiguration.Builder
-
endpointProvider
Gets the value for endpoint provider- Specified by:
endpointProviderin interfacePaymentCryptographyServiceClientConfiguration.Builder- Specified by:
endpointProviderin interfaceSdkServiceClientConfiguration.Builder
-
region
Sets the value for AWS region- Specified by:
regionin interfaceAwsServiceClientConfiguration.Builder- Specified by:
regionin interfacePaymentCryptographyServiceClientConfiguration.Builder
-
region
Gets the value for AWS region- Specified by:
regionin interfaceAwsServiceClientConfiguration.Builder- Specified by:
regionin interfacePaymentCryptographyServiceClientConfiguration.Builder
-
credentialsProvider
public PaymentCryptographyServiceClientConfiguration.Builder credentialsProvider(IdentityProvider<? extends AwsCredentialsIdentity> credentialsProvider) Sets the value for credentials provider- Specified by:
credentialsProviderin interfaceAwsServiceClientConfiguration.Builder- Specified by:
credentialsProviderin interfacePaymentCryptographyServiceClientConfiguration.Builder
-
credentialsProvider
Gets the value for credentials provider- Specified by:
credentialsProviderin interfaceAwsServiceClientConfiguration.Builder- Specified by:
credentialsProviderin interfacePaymentCryptographyServiceClientConfiguration.Builder
-
putAuthScheme
public PaymentCryptographyServiceClientConfiguration.Builder putAuthScheme(AuthScheme<?> authScheme) Description copied from interface:SdkServiceClientConfiguration.BuilderAdds the given auth scheme. Replaces an existing auth scheme with the same id.- Specified by:
putAuthSchemein interfaceAwsServiceClientConfiguration.Builder- Specified by:
putAuthSchemein interfacePaymentCryptographyServiceClientConfiguration.Builder- Specified by:
putAuthSchemein interfaceSdkServiceClientConfiguration.Builder
-
authSchemes
Gets the value for auth schemes- Specified by:
authSchemesin interfacePaymentCryptographyServiceClientConfiguration.Builder- Specified by:
authSchemesin interfaceSdkServiceClientConfiguration.Builder
-
authSchemeProvider
public PaymentCryptographyServiceClientConfiguration.Builder authSchemeProvider(PaymentCryptographyAuthSchemeProvider authSchemeProvider) Sets the value for auth scheme provider- Specified by:
authSchemeProviderin interfacePaymentCryptographyServiceClientConfiguration.Builder
-
authSchemeProvider
Gets the value for auth scheme provider- Specified by:
authSchemeProviderin interfacePaymentCryptographyServiceClientConfiguration.Builder
-
build
Description copied from interface:SdkServiceClientConfiguration.BuilderBuild the service client configuration using the configuration on this builder- Specified by:
buildin interfaceAwsServiceClientConfiguration.Builder- Specified by:
buildin interfacePaymentCryptographyServiceClientConfiguration.Builder- Specified by:
buildin interfaceSdkServiceClientConfiguration.Builder
-