StreamingJob.UpdateStages.WithSku Interface

public static interface StreamingJob.UpdateStages.WithSku

The stage of the StreamingJob update allowing to specify sku.

Method Summary

Modifier and Type Method and Description
abstract Update withSku(Sku sku)

Specifies the sku property: Describes the SKU of the streaming job.

Method Details

withSku

public abstract StreamingJob.Update withSku(Sku sku)

Specifies the sku property: Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests..

Parameters:

sku - Describes the SKU of the streaming job. Required on PUT (CreateOrReplace) requests.

Returns:

the next definition stage.

Applies to