Class Db2EnginePatch.Builder

  • Enclosing class:
    Db2EnginePatch

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

      • Builder

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

      • build

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

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

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

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

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