Interface GetAliasResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAliasResponse.Builder,GetAliasResponse>,PaymentCryptographyResponse.Builder,SdkBuilder<GetAliasResponse.Builder,GetAliasResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAliasResponse
public static interface GetAliasResponse.Builder extends PaymentCryptographyResponse.Builder, SdkPojo, CopyableBuilder<GetAliasResponse.Builder,GetAliasResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetAliasResponse.Builderalias(Consumer<Alias.Builder> alias)The alias of the Amazon Web Services Payment Cryptography key.GetAliasResponse.Builderalias(Alias alias)The alias of the Amazon Web Services Payment Cryptography key.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.paymentcryptography.model.PaymentCryptographyResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
alias
GetAliasResponse.Builder alias(Alias alias)
The alias of the Amazon Web Services Payment Cryptography key.
- Parameters:
alias- The alias of the Amazon Web Services Payment Cryptography key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alias
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.Builderavoiding the need to create one manually viaAlias.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toalias(Alias).- Parameters:
alias- a consumer that will call methods onAlias.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
alias(Alias)
-
-