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
Modifier and TypeMethodDescriptioninstanceUrl(String instanceUrl) The location of the Datadog resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.
 
 
 -