Class FunctionReference.Builder
java.lang.Object
software.amazon.awscdk.services.sam.FunctionReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<FunctionReference>
- Enclosing interface:
FunctionReference
@Stability(Stable)
public static final class FunctionReference.Builder
extends Object
implements software.amazon.jsii.Builder<FunctionReference>
A builder for
FunctionReference
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<FunctionReference>
- Returns:
- a new instance of
FunctionReference
- Throws:
NullPointerException
- if any required attribute was not provided
-