Class CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.appflow.CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty>
- Enclosing interface:
- CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty
@Stability(Stable)
public static final class CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty>
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.instanceUrl
(String instanceUrl)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
instanceUrl
@Stability(Stable) public CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty.Builder instanceUrl(String instanceUrl) - Parameters:
instanceUrl
- The location of the Zendesk resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty>
- Returns:
- a new instance of
CfnConnectorProfile.ZendeskConnectorProfilePropertiesProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-