Interface Pool.DefinitionStages.WithDisplayName
- All Known Subinterfaces:
Pool.Definition,Pool.DefinitionStages.WithCreate
- Enclosing interface:
- Pool.DefinitionStages
public static interface Pool.DefinitionStages.WithDisplayName
The stage of the Pool definition allowing to specify displayName.
-
Method Summary
Modifier and TypeMethodDescriptionwithDisplayName(String displayName) Specifies the displayName property: The display name for the pool.
-
Method Details
-
withDisplayName
Specifies the displayName property: The display name for the pool. 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 for the pool. 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.
-