Interface DatadogConnectorProfileProperties.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DatadogConnectorProfileProperties.Builder,,- DatadogConnectorProfileProperties> - SdkBuilder<DatadogConnectorProfileProperties.Builder,,- DatadogConnectorProfileProperties> - SdkPojo
- Enclosing class:
- DatadogConnectorProfileProperties
@Mutable
@NotThreadSafe
public static interface DatadogConnectorProfileProperties.Builder
extends SdkPojo, CopyableBuilder<DatadogConnectorProfileProperties.Builder,DatadogConnectorProfileProperties> 
- 
Method SummaryModifier and TypeMethodDescriptioninstanceUrl(String instanceUrl) The location of the Datadog resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
instanceUrlThe 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.
 
 
-