Interface DatadogConnectorProfileProperties.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DatadogConnectorProfileProperties.Builder,DatadogConnectorProfileProperties>,SdkBuilder<DatadogConnectorProfileProperties.Builder,DatadogConnectorProfileProperties>,SdkPojo
- Enclosing class:
- DatadogConnectorProfileProperties
public static interface DatadogConnectorProfileProperties.Builder extends SdkPojo, CopyableBuilder<DatadogConnectorProfileProperties.Builder,DatadogConnectorProfileProperties>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatadogConnectorProfileProperties.BuilderinstanceUrl(String instanceUrl)The location of the Datadog resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
instanceUrl
DatadogConnectorProfileProperties.Builder instanceUrl(String instanceUrl)
The location of the Datadog resource.
- Parameters:
instanceUrl- The location of the Datadog resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-