ImageTemplate.DefinitionStages.WithValidation Interface

public static interface ImageTemplate.DefinitionStages.WithValidation

The stage of the ImageTemplate definition allowing to specify validation.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withValidation(ImageTemplatePropertiesValidate validation)

Specifies the validation property: Configuration options and list of validations to be performed on the resulting image..

Method Details

withValidation

public abstract ImageTemplate.DefinitionStages.WithCreate withValidation(ImageTemplatePropertiesValidate validation)

Specifies the validation property: Configuration options and list of validations to be performed on the resulting image..

Parameters:

validation - Configuration options and list of validations to be performed on the resulting image.

Returns:

the next definition stage.

Applies to