public static interface GetAliasResponse.Builder extends PaymentCryptographyResponse.Builder, SdkPojo, CopyableBuilder<GetAliasResponse.Builder,GetAliasResponse>
| Modifier and Type | Method and Description |
|---|---|
GetAliasResponse.Builder |
alias(Alias alias)
The alias of the Amazon Web Services Payment Cryptography key.
|
default GetAliasResponse.Builder |
alias(Consumer<Alias.Builder> alias)
The alias of the Amazon Web Services Payment Cryptography key.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetAliasResponse.Builder alias(Alias alias)
The alias of the Amazon Web Services Payment Cryptography key.
alias - The alias of the Amazon Web Services Payment Cryptography key.default GetAliasResponse.Builder alias(Consumer<Alias.Builder> alias)
The alias of the Amazon Web Services Payment Cryptography key.
This is a convenience method that creates an instance of theAlias.Builder avoiding the need to
create one manually via Alias.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to alias(Alias).
alias - a consumer that will call methods on Alias.Builderalias(Alias)Copyright © 2023. All rights reserved.