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