Class CfnChannelNamespace.LambdaConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appsync.CfnChannelNamespace.LambdaConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnChannelNamespace.LambdaConfigProperty>
- Enclosing interface:
CfnChannelNamespace.LambdaConfigProperty
@Stability(Stable)
public static final class CfnChannelNamespace.LambdaConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnChannelNamespace.LambdaConfigProperty>
A builder for
CfnChannelNamespace.LambdaConfigProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.invokeType
(String invokeType) Sets the value ofCfnChannelNamespace.LambdaConfigProperty.getInvokeType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
invokeType
@Stability(Stable) public CfnChannelNamespace.LambdaConfigProperty.Builder invokeType(String invokeType) Sets the value ofCfnChannelNamespace.LambdaConfigProperty.getInvokeType()
- Parameters:
invokeType
- The invocation type for a Lambda data source. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnChannelNamespace.LambdaConfigProperty>
- Returns:
- a new instance of
CfnChannelNamespace.LambdaConfigProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-