ComputePolicyAccountCreateParameters Class

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

public class ComputePolicyAccountCreateParameters

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.

String name()

Get the name value.

UUID objectId()

Get the objectId value.

AADObjectType objectType()

Get the objectType value.

ComputePolicyAccountCreateParameters withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)

Set the maxDegreeOfParallelismPerJob value.

ComputePolicyAccountCreateParameters withMinPriorityPerJob(Integer minPriorityPerJob)

Set the minPriorityPerJob value.

ComputePolicyAccountCreateParameters withName(String name)

Set the name value.

ComputePolicyAccountCreateParameters withObjectId(UUID objectId)

Set the objectId value.

ComputePolicyAccountCreateParameters 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

name

public String name()

Get the name value.

Returns:

the name 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 ComputePolicyAccountCreateParameters withMaxDegreeOfParallelismPerJob(Integer maxDegreeOfParallelismPerJob)

Set the maxDegreeOfParallelismPerJob value.

Parameters:

maxDegreeOfParallelismPerJob - the maxDegreeOfParallelismPerJob value to set

Returns:

the ComputePolicyAccountCreateParameters object itself.

withMinPriorityPerJob

public ComputePolicyAccountCreateParameters withMinPriorityPerJob(Integer minPriorityPerJob)

Set the minPriorityPerJob value.

Parameters:

minPriorityPerJob - the minPriorityPerJob value to set

Returns:

the ComputePolicyAccountCreateParameters object itself.

withName

public ComputePolicyAccountCreateParameters withName(String name)

Set the name value.

Parameters:

name - the name value to set

Returns:

the ComputePolicyAccountCreateParameters object itself.

withObjectId

public ComputePolicyAccountCreateParameters withObjectId(UUID objectId)

Set the objectId value.

Parameters:

objectId - the objectId value to set

Returns:

the ComputePolicyAccountCreateParameters object itself.

withObjectType

public ComputePolicyAccountCreateParameters withObjectType(AADObjectType objectType)

Set the objectType value.

Parameters:

objectType - the objectType value to set

Returns:

the ComputePolicyAccountCreateParameters object itself.

Applies to