Interface PaymentCryptographyAuthSchemeParams
-
- All Superinterfaces:
ToCopyableBuilder<PaymentCryptographyAuthSchemeParams.Builder,PaymentCryptographyAuthSchemeParams>
- All Known Implementing Classes:
DefaultPaymentCryptographyAuthSchemeParams
@Generated("software.amazon.awssdk:codegen") public interface PaymentCryptographyAuthSchemeParams extends ToCopyableBuilder<PaymentCryptographyAuthSchemeParams.Builder,PaymentCryptographyAuthSchemeParams>
The parameters object used to resolve the auth schemes for the PaymentCryptography service.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfacePaymentCryptographyAuthSchemeParams.BuilderA builder for aPaymentCryptographyAuthSchemeParams.
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static PaymentCryptographyAuthSchemeParams.Builderbuilder()Get a new builder for creating aPaymentCryptographyAuthSchemeParams.Stringoperation()Returns the operation for which to resolve the auth scheme.Regionregion()Returns the region.PaymentCryptographyAuthSchemeParams.BuildertoBuilder()Returns aPaymentCryptographyAuthSchemeParams.Builderto customize the parameters.-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
builder
static PaymentCryptographyAuthSchemeParams.Builder builder()
Get a new builder for creating aPaymentCryptographyAuthSchemeParams.
-
operation
String operation()
Returns the operation for which to resolve the auth scheme.
-
region
Region region()
Returns the region. The region parameter may be used with the "aws.auth#sigv4" auth scheme.
-
toBuilder
PaymentCryptographyAuthSchemeParams.Builder toBuilder()
Returns aPaymentCryptographyAuthSchemeParams.Builderto customize the parameters.- Specified by:
toBuilderin interfaceToCopyableBuilder<PaymentCryptographyAuthSchemeParams.Builder,PaymentCryptographyAuthSchemeParams>
-
-