EmailServiceResource.DefinitionStages.WithDataLocation Interface

public static interface EmailServiceResource.DefinitionStages.WithDataLocation

The stage of the EmailServiceResource definition allowing to specify dataLocation.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withDataLocation(String dataLocation)

Specifies the dataLocation property: The location where the email service stores its data at rest..

Method Details

withDataLocation

public abstract EmailServiceResource.DefinitionStages.WithCreate withDataLocation(String dataLocation)

Specifies the dataLocation property: The location where the email service stores its data at rest..

Parameters:

dataLocation - The location where the email service stores its data at rest.

Returns:

the next definition stage.

Applies to