Interface PaymentCredentialProviderConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PaymentCredentialProviderConfiguration.Builder,,PaymentCredentialProviderConfiguration> SdkBuilder<PaymentCredentialProviderConfiguration.Builder,,PaymentCredentialProviderConfiguration> SdkPojo
- Enclosing class:
PaymentCredentialProviderConfiguration
@Mutable
@NotThreadSafe
public static interface PaymentCredentialProviderConfiguration.Builder
extends SdkPojo, CopyableBuilder<PaymentCredentialProviderConfiguration.Builder,PaymentCredentialProviderConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptioncredentialProviderArn(String credentialProviderArn) The Amazon Resource Name (ARN) of the credential provider that stores the authentication credentials for the payment provider.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
credentialProviderArn
The Amazon Resource Name (ARN) of the credential provider that stores the authentication credentials for the payment provider.
- Parameters:
credentialProviderArn- The Amazon Resource Name (ARN) of the credential provider that stores the authentication credentials for the payment provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-