Class AliasReference.Builder
java.lang.Object
software.amazon.awscdk.services.paymentcryptography.AliasReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<AliasReference>
- Enclosing interface:
AliasReference
@Stability(Stable)
public static final class AliasReference.Builder
extends Object
implements software.amazon.jsii.Builder<AliasReference>
A builder for
AliasReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofAliasReference.getAliasName()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
aliasName
Sets the value ofAliasReference.getAliasName()
- Parameters:
aliasName
- The AliasName of the Alias resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<AliasReference>
- Returns:
- a new instance of
AliasReference
- Throws:
NullPointerException
- if any required attribute was not provided
-