Class MilvusServicePatch.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.MilvusServicePatch.Builder
-
- Enclosing class:
- MilvusServicePatch
public static class MilvusServicePatch.Builder extends java.lang.ObjectBuilder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MilvusServicePatch.BuilderaddTags(java.lang.String tags)Adds a new element to tags.MilvusServicePatchbuild()Builds a MilvusServicePatch.MilvusServicePatch.Builderdescription(java.lang.String description)Set the description.MilvusServicePatch.BuilderserviceDisplayName(java.lang.String serviceDisplayName)Set the serviceDisplayName.MilvusServicePatch.Buildertags(java.util.List<java.lang.String> tags)Set the tags.
-
-
-
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
-
-