Share via


Pool.UpdateStages.WithDisplayName Interface

public static interface Pool.UpdateStages.WithDisplayName

The stage of the Pool update allowing to specify displayName.

Method Summary

Modifier and Type Method and Description
abstract Update withDisplayName(String displayName)

Specifies the displayName property: The display name need not be unique and can contain any Unicode characters up to a maximum length of 1024..

Method Details

withDisplayName

public abstract Pool.Update withDisplayName(String displayName)

Specifies the displayName property: The display name need not be unique and can contain any Unicode characters up to a maximum length of 1024..

Parameters:

displayName - The display name need not be unique and can contain any Unicode characters up to a maximum length of 1024.

Returns:

the next definition stage.

Applies to