Class CfnConnectorProfilePropsMixin.SlackConnectorProfilePropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.appflow.CfnConnectorProfilePropsMixin.SlackConnectorProfilePropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.SlackConnectorProfilePropertiesProperty>
- Enclosing interface:
CfnConnectorProfilePropsMixin.SlackConnectorProfilePropertiesProperty
@Stability(Stable)
public static final class CfnConnectorProfilePropsMixin.SlackConnectorProfilePropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.SlackConnectorProfilePropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.instanceUrl(String instanceUrl)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
instanceUrl
@Stability(Stable) public CfnConnectorProfilePropsMixin.SlackConnectorProfilePropertiesProperty.Builder instanceUrl(String instanceUrl) Sets the value ofCfnConnectorProfilePropsMixin.SlackConnectorProfilePropertiesProperty.getInstanceUrl()- Parameters:
instanceUrl- The location of the Slack resource.- Returns:
this
-
build
@Stability(Stable) public CfnConnectorProfilePropsMixin.SlackConnectorProfilePropertiesProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnectorProfilePropsMixin.SlackConnectorProfilePropertiesProperty>- Returns:
- a new instance of
CfnConnectorProfilePropsMixin.SlackConnectorProfilePropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-