Interface UpdateAliasResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<UpdateAliasResponse.Builder,
,UpdateAliasResponse> PaymentCryptographyResponse.Builder
,SdkBuilder<UpdateAliasResponse.Builder,
,UpdateAliasResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateAliasResponse
@Mutable
@NotThreadSafe
public static interface UpdateAliasResponse.Builder
extends PaymentCryptographyResponse.Builder, SdkPojo, CopyableBuilder<UpdateAliasResponse.Builder,UpdateAliasResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault UpdateAliasResponse.Builder
alias
(Consumer<Alias.Builder> alias) The alias name.The alias name.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, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
alias
The alias name.
- Parameters:
alias
- The alias name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alias
The alias name.
This is a convenience method that creates an instance of theAlias.Builder
avoiding the need to create one manually viaAlias.builder()
.When the
Consumer
completes,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:
-