public static final class CfnFunction.FunctionMetadataProperty.Builder
extends java.lang.Object
CfnFunction.FunctionMetadataProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnFunction.FunctionMetadataProperty |
build()
Builds the configured instance.
|
CfnFunction.FunctionMetadataProperty.Builder |
functionArn(java.lang.String functionArn)
Sets the value of
CfnFunction.FunctionMetadataProperty.getFunctionArn() |
public CfnFunction.FunctionMetadataProperty.Builder functionArn(java.lang.String functionArn)
CfnFunction.FunctionMetadataProperty.getFunctionArn()
functionArn
- The Amazon Resource Name (ARN) of the function.
The ARN uniquely identifies the function.this
public CfnFunction.FunctionMetadataProperty build()
CfnFunction.FunctionMetadataProperty
java.lang.NullPointerException
- if any required attribute was not provided