ComputePolicyCreateOrUpdateParameters Class

  • java.lang.Object
    • com.microsoft.azure.management.datalake.analytics.models.ComputePolicyCreateOrUpdateParameters

public class ComputePolicyCreateOrUpdateParameters

The parameters used to create a new compute policy.

Method Summary

Modifier and Type Method and Description
Integer maxDegreeOfParallelismPerJob()

Get the maxDegreeOfParallelismPerJob value.

Integer minPriorityPerJob()

Get the minPriorityPerJob value.

UUID objectId()

Get the objectId value.

AADObjectType objectType()

Get the objectType value.

ComputePolicyCreateOrUpdateParameters withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)

Set the maxDegreeOfParallelismPerJob value.

ComputePolicyCreateOrUpdateParameters withMinPriorityPerJob(Integer minPriorityPerJob)

Set the minPriorityPerJob value.

ComputePolicyCreateOrUpdateParameters withObjectId(UUID objectId)

Set the objectId value.

ComputePolicyCreateOrUpdateParameters withObjectType(AADObjectType objectType)

Set the objectType value.

Method Details

maxDegreeOfParallelismPerJob

public Integer maxDegreeOfParallelismPerJob()

Get the maxDegreeOfParallelismPerJob value.

Returns:

the maxDegreeOfParallelismPerJob value

minPriorityPerJob

public Integer minPriorityPerJob()

Get the minPriorityPerJob value.

Returns:

the minPriorityPerJob value

objectId

public UUID objectId()

Get the objectId value.

Returns:

the objectId value

objectType

public AADObjectType objectType()

Get the objectType value.

Returns:

the objectType value

withMaxDegreeOfParallelismPerJob

public ComputePolicyCreateOrUpdateParameters withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)

Set the maxDegreeOfParallelismPerJob value.

Parameters:

maxDegreeOfParallelismPerJob - the maxDegreeOfParallelismPerJob value to set

Returns:

the ComputePolicyCreateOrUpdateParameters object itself.

withMinPriorityPerJob

public ComputePolicyCreateOrUpdateParameters withMinPriorityPerJob(Integer minPriorityPerJob)

Set the minPriorityPerJob value.

Parameters:

minPriorityPerJob - the minPriorityPerJob value to set

Returns:

the ComputePolicyCreateOrUpdateParameters object itself.

withObjectId

public ComputePolicyCreateOrUpdateParameters withObjectId(UUID objectId)

Set the objectId value.

Parameters:

objectId - the objectId value to set

Returns:

the ComputePolicyCreateOrUpdateParameters object itself.

withObjectType

public ComputePolicyCreateOrUpdateParameters withObjectType(AADObjectType objectType)

Set the objectType value.

Parameters:

objectType - the objectType value to set

Returns:

the ComputePolicyCreateOrUpdateParameters object itself.

Applies to