public static final class AppsyncFunctionAttributes.Builder
extends java.lang.Object
AppsyncFunctionAttributes
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AppsyncFunctionAttributes |
build()
Builds the configured instance.
|
AppsyncFunctionAttributes.Builder |
functionArn(java.lang.String functionArn)
Sets the value of
AppsyncFunctionAttributes.getFunctionArn() |
public AppsyncFunctionAttributes.Builder functionArn(java.lang.String functionArn)
AppsyncFunctionAttributes.getFunctionArn()
functionArn
- the ARN of the AppSync function. This parameter is required.this
public AppsyncFunctionAttributes build()
AppsyncFunctionAttributes
java.lang.NullPointerException
- if any required attribute was not provided