Interface CustomImage.DefinitionStages.WithDescription

All Known Subinterfaces:
CustomImage.Definition, CustomImage.DefinitionStages.WithCreate
Enclosing interface:
CustomImage.DefinitionStages

public static interface CustomImage.DefinitionStages.WithDescription
The stage of the CustomImage definition allowing to specify description.
  • Method Details

    • withDescription

      CustomImage.DefinitionStages.WithCreate withDescription(String description)
      Specifies the description property: The description of the custom image..
      Parameters:
      description - The description of the custom image.
      Returns:
      the next definition stage.