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
      • engineDisplayName

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

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

        public PrestissimoEnginePatch.Builder removeEngineProperties​(RemoveEngineProperties removeEngineProperties)
        Set the removeEngineProperties.
        Parameters:
        removeEngineProperties - the removeEngineProperties
        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