Interface PipelineTopology.UpdateStages.WithSku
-
- All Known Subinterfaces:
PipelineTopology.Update
- Enclosing interface:
- PipelineTopology.UpdateStages
public static interface PipelineTopology.UpdateStages.WithSku
The stage of the PipelineTopology update allowing to specify sku.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PipelineTopology.Update
withSku(Sku sku)
Specifies the sku property: Describes the properties of a SKU..
-
-
-
Method Detail
-
withSku
PipelineTopology.Update withSku(Sku sku)
Specifies the sku property: Describes the properties of a SKU..- Parameters:
sku
- Describes the properties of a SKU.- Returns:
- the next definition stage.
-
-