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