ImageTemplate.DefinitionStages.WithCustomize Interface

public static interface ImageTemplate.DefinitionStages.WithCustomize

The stage of the ImageTemplate definition allowing to specify customize.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withCustomize(List<ImageTemplateCustomizer> customize)

Specifies the customize property: Specifies the properties used to describe the customization steps of the image, like Image source etc.

Method Details

withCustomize

public abstract ImageTemplate.DefinitionStages.WithCreate withCustomize(List<ImageTemplateCustomizer> customize)

Specifies the customize property: Specifies the properties used to describe the customization steps of the image, like Image source etc.

Parameters:

customize - Specifies the properties used to describe the customization steps of the image, like Image source etc.

Returns:

the next definition stage.

Applies to