Class CfnFlowPropsMixin.SlackSourcePropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnFlowPropsMixin.SlackSourcePropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFlowPropsMixin.SlackSourcePropertiesProperty>
- Enclosing interface:
CfnFlowPropsMixin.SlackSourcePropertiesProperty
@Stability(Stable)
public static final class CfnFlowPropsMixin.SlackSourcePropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFlowPropsMixin.SlackSourcePropertiesProperty>
A builder for
CfnFlowPropsMixin.SlackSourcePropertiesProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFlowPropsMixin.SlackSourcePropertiesProperty.getObject()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
object
@Stability(Stable) public CfnFlowPropsMixin.SlackSourcePropertiesProperty.Builder object(String object) Sets the value ofCfnFlowPropsMixin.SlackSourcePropertiesProperty.getObject()- Parameters:
object- The object specified in the Slack flow source.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFlowPropsMixin.SlackSourcePropertiesProperty>- Returns:
- a new instance of
CfnFlowPropsMixin.SlackSourcePropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-