Class AliasReference.Builder
java.lang.Object
software.amazon.awscdk.services.lambda.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.getAliasArn()
build()
Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
aliasArn
Sets the value ofAliasReference.getAliasArn()
- Parameters:
aliasArn
- The AliasArn 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
-