Class PrestissimoEnginePatch.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.PrestissimoEnginePatch.Builder
-
- Enclosing class:
- PrestissimoEnginePatch
public static class PrestissimoEnginePatch.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 PrestissimoEnginePatch.BuilderaddTags(java.lang.String tags)Adds a new element to tags.PrestissimoEnginePatchbuild()Builds a PrestissimoEnginePatch.PrestissimoEnginePatch.Builderdescription(java.lang.String description)Set the description.PrestissimoEnginePatch.BuilderdisplayName(java.lang.String displayName)Set the displayName.PrestissimoEnginePatch.BuilderremoveEngineProperties(RemovePrestissimoEngineProperties removeEngineProperties)Set the removeEngineProperties.PrestissimoEnginePatch.BuilderrestartType(java.lang.String restartType)Set the restartType.PrestissimoEnginePatch.Buildertags(java.util.List<java.lang.String> tags)Set the tags.PrestissimoEnginePatch.BuilderxProperties(PrestissimoEngineProperties xProperties)Set the xProperties.
-
-
-
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
-
displayName
public PrestissimoEnginePatch.Builder displayName(java.lang.String displayName)
Set the displayName.- Parameters:
displayName- the displayName- Returns:
- the PrestissimoEnginePatch builder
-
xProperties
public PrestissimoEnginePatch.Builder xProperties(PrestissimoEngineProperties xProperties)
Set the xProperties.- Parameters:
xProperties- the xProperties- Returns:
- the PrestissimoEnginePatch builder
-
removeEngineProperties
public PrestissimoEnginePatch.Builder removeEngineProperties(RemovePrestissimoEngineProperties removeEngineProperties)
Set the removeEngineProperties.- Parameters:
removeEngineProperties- the removeEngineProperties- Returns:
- the PrestissimoEnginePatch builder
-
restartType
public PrestissimoEnginePatch.Builder restartType(java.lang.String restartType)
Set the restartType.- Parameters:
restartType- the restartType- 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
-
-