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