Package com.pulumi.aws.appflow.inputs
Class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNowArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.appflow.inputs.ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNowArgs.Builder
-
public static final class ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNowArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNowArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNowArgs
build()
ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNowArgs.Builder
instanceUrl(com.pulumi.core.Output<java.lang.String> instanceUrl)
ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNowArgs.Builder
instanceUrl(java.lang.String instanceUrl)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNowArgs defaults)
-
-
Method Detail
-
instanceUrl
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNowArgs.Builder instanceUrl(com.pulumi.core.Output<java.lang.String> instanceUrl)
- Parameters:
instanceUrl
- The location of the Datadog resource.- Returns:
- builder
-
instanceUrl
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNowArgs.Builder instanceUrl(java.lang.String instanceUrl)
- Parameters:
instanceUrl
- The location of the Datadog resource.- Returns:
- builder
-
build
public ConnectorProfileConnectorProfileConfigConnectorProfilePropertiesServiceNowArgs build()
-
-