Class CreateDataFlowDebugSessionRequest
java.lang.Object
com.azure.resourcemanager.datafactory.models.CreateDataFlowDebugSessionRequest
Request body structure for creating data flow debug session.
-
Constructor Summary
ConstructorDescriptionCreates an instance of CreateDataFlowDebugSessionRequest class. -
Method Summary
Modifier and TypeMethodDescriptionGet the computeType property: Compute type of the cluster.Get the coreCount property: Core count of the cluster.Get the integrationRuntime property: Set to use integration runtime setting for data flow debug session.Get the timeToLive property: Time to live setting of the cluster in minutes.void
validate()
Validates the instance.withComputeType
(String computeType) Set the computeType property: Compute type of the cluster.withCoreCount
(Integer coreCount) Set the coreCount property: Core count of the cluster.withIntegrationRuntime
(IntegrationRuntimeDebugResource integrationRuntime) Set the integrationRuntime property: Set to use integration runtime setting for data flow debug session.withTimeToLive
(Integer timeToLive) Set the timeToLive property: Time to live setting of the cluster in minutes.
-
Constructor Details
-
CreateDataFlowDebugSessionRequest
public CreateDataFlowDebugSessionRequest()Creates an instance of CreateDataFlowDebugSessionRequest class.
-
-
Method Details
-
computeType
Get the computeType property: Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided.- Returns:
- the computeType value.
-
withComputeType
Set the computeType property: Compute type of the cluster. The value will be overwritten by the same setting in integration runtime if provided.- Parameters:
computeType
- the computeType value to set.- Returns:
- the CreateDataFlowDebugSessionRequest object itself.
-
coreCount
Get the coreCount property: Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided.- Returns:
- the coreCount value.
-
withCoreCount
Set the coreCount property: Core count of the cluster. The value will be overwritten by the same setting in integration runtime if provided.- Parameters:
coreCount
- the coreCount value to set.- Returns:
- the CreateDataFlowDebugSessionRequest object itself.
-
timeToLive
Get the timeToLive property: Time to live setting of the cluster in minutes.- Returns:
- the timeToLive value.
-
withTimeToLive
Set the timeToLive property: Time to live setting of the cluster in minutes.- Parameters:
timeToLive
- the timeToLive value to set.- Returns:
- the CreateDataFlowDebugSessionRequest object itself.
-
integrationRuntime
Get the integrationRuntime property: Set to use integration runtime setting for data flow debug session.- Returns:
- the integrationRuntime value.
-
withIntegrationRuntime
public CreateDataFlowDebugSessionRequest withIntegrationRuntime(IntegrationRuntimeDebugResource integrationRuntime) Set the integrationRuntime property: Set to use integration runtime setting for data flow debug session.- Parameters:
integrationRuntime
- the integrationRuntime value to set.- Returns:
- the CreateDataFlowDebugSessionRequest object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-