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