Interface PaymentCredentialProviderItem.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<PaymentCredentialProviderItem.Builder,,PaymentCredentialProviderItem> SdkBuilder<PaymentCredentialProviderItem.Builder,,PaymentCredentialProviderItem> SdkPojo
- Enclosing class:
PaymentCredentialProviderItem
@Mutable
@NotThreadSafe
public static interface PaymentCredentialProviderItem.Builder
extends SdkPojo, CopyableBuilder<PaymentCredentialProviderItem.Builder,PaymentCredentialProviderItem>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTime(Instant createdTime) The timestamp when the payment credential provider was created.credentialProviderArn(String credentialProviderArn) The Amazon Resource Name (ARN) of the payment credential provider.credentialProviderVendor(String credentialProviderVendor) The vendor type for the payment credential provider.credentialProviderVendor(PaymentCredentialProviderVendorType credentialProviderVendor) The vendor type for the payment credential provider.lastUpdatedTime(Instant lastUpdatedTime) The timestamp when the payment credential provider was last updated.The name of the payment credential 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
-
name
The name of the payment credential provider.
- Parameters:
name- The name of the payment credential provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
credentialProviderVendor
The vendor type for the payment credential provider.
- Parameters:
credentialProviderVendor- The vendor type for the payment credential provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
credentialProviderVendor
PaymentCredentialProviderItem.Builder credentialProviderVendor(PaymentCredentialProviderVendorType credentialProviderVendor) The vendor type for the payment credential provider.
- Parameters:
credentialProviderVendor- The vendor type for the payment credential provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
credentialProviderArn
The Amazon Resource Name (ARN) of the payment credential provider.
- Parameters:
credentialProviderArn- The Amazon Resource Name (ARN) of the payment credential provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
The timestamp when the payment credential provider was created.
- Parameters:
createdTime- The timestamp when the payment credential provider was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
The timestamp when the payment credential provider was last updated.
- Parameters:
lastUpdatedTime- The timestamp when the payment credential provider was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-