Class MilvusServicePatch.Builder

  • Enclosing class:
    MilvusServicePatch

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

      • Builder

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

      • build

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

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

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

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

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