Class PrestissimoEnginePatch.Builder

  • Enclosing class:
    PrestissimoEnginePatch

    public static class PrestissimoEnginePatch.Builder
    extends java.lang.Object
    Builder.
    • Constructor Detail

      • Builder

        public Builder()
        Instantiates a new builder.
    • Method Detail

      • build

        public PrestissimoEnginePatch build()
        Builds a PrestissimoEnginePatch.
        Returns:
        the new PrestissimoEnginePatch instance
      • addTags

        public PrestissimoEnginePatch.Builder addTags​(java.lang.String tags)
        Adds a new element to tags.
        Parameters:
        tags - the new element to be added
        Returns:
        the PrestissimoEnginePatch builder
      • description

        public PrestissimoEnginePatch.Builder description​(java.lang.String description)
        Set the description.
        Parameters:
        description - the description
        Returns:
        the PrestissimoEnginePatch builder
      • displayName

        public PrestissimoEnginePatch.Builder displayName​(java.lang.String displayName)
        Set the displayName.
        Parameters:
        displayName - the displayName
        Returns:
        the PrestissimoEnginePatch builder
      • restartType

        public PrestissimoEnginePatch.Builder restartType​(java.lang.String restartType)
        Set the restartType.
        Parameters:
        restartType - the restartType
        Returns:
        the PrestissimoEnginePatch builder
      • tags

        public PrestissimoEnginePatch.Builder tags​(java.util.List<java.lang.String> tags)
        Set the tags. Existing tags will be replaced.
        Parameters:
        tags - the tags
        Returns:
        the PrestissimoEnginePatch builder