Class Db2EnginePatch.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.Db2EnginePatch.Builder
-
- Enclosing class:
- Db2EnginePatch
public static class Db2EnginePatch.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 Db2EnginePatch.BuilderaddTags(java.lang.String tags)Adds a new element to tags.Db2EnginePatchbuild()Builds a Db2EnginePatch.Db2EnginePatch.Builderdescription(java.lang.String description)Set the description.Db2EnginePatch.BuilderengineDisplayName(java.lang.String engineDisplayName)Set the engineDisplayName.Db2EnginePatch.Buildertags(java.util.List<java.lang.String> tags)Set the tags.
-
-
-
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
-
-