@Stability(value=Experimental) public static final class FunctionAttributes.Builder extends Object implements software.amazon.jsii.Builder<FunctionAttributes>
FunctionAttributes| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FunctionAttributes |
build()
Builds the configured instance.
|
FunctionAttributes.Builder |
functionArn(String functionArn)
Sets the value of
FunctionAttributes.getFunctionArn() |
FunctionAttributes.Builder |
functionName(String functionName)
Sets the value of
FunctionAttributes.getFunctionName() |
@Stability(value=Experimental) public FunctionAttributes.Builder functionArn(String functionArn)
FunctionAttributes.getFunctionArn()functionArn - The ARN of the function. This parameter is required.this@Stability(value=Experimental) public FunctionAttributes.Builder functionName(String functionName)
FunctionAttributes.getFunctionName()functionName - The name of the function. This parameter is required.this@Stability(value=Experimental) public FunctionAttributes build()
build in interface software.amazon.jsii.Builder<FunctionAttributes>FunctionAttributesNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.