Application.DefinitionStages.WithProperties Interface

public static interface Application.DefinitionStages.WithProperties

The stage of the application definition allowing to specify Properties.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withProperties(ApplicationProperties properties)

Specifies properties.

Method Details

withProperties

public abstract Application.DefinitionStages.WithCreate withProperties(ApplicationProperties properties)

Specifies properties.

Parameters:

properties - The properties of the application

Returns:

the next definition stage

Applies to