Interface CreateAliasResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateAliasResponse.Builder,,- CreateAliasResponse> - PaymentCryptographyResponse.Builder,- SdkBuilder<CreateAliasResponse.Builder,,- CreateAliasResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateAliasResponse
@Mutable
@NotThreadSafe
public static interface CreateAliasResponse.Builder
extends PaymentCryptographyResponse.Builder, SdkPojo, CopyableBuilder<CreateAliasResponse.Builder,CreateAliasResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault CreateAliasResponse.Builderalias(Consumer<Alias.Builder> alias) The alias for the key.The alias for the key.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.paymentcryptography.model.PaymentCryptographyResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
aliasThe alias for the key. - Parameters:
- alias- The alias for the key.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
aliasThe alias for the 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 on- Alias.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-