Class PrestissimoEnginePatch.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.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.BuilderengineDisplayName(java.lang.String engineDisplayName)Set the engineDisplayName.PrestissimoEnginePatch.BuilderengineProperties(PrestissimoEngineEngineProperties engineProperties)Set the engineProperties.PrestissimoEnginePatch.BuilderengineRestart(java.lang.String engineRestart)Set the engineRestart.PrestissimoEnginePatch.BuilderremoveEngineProperties(RemoveEngineProperties removeEngineProperties)Set the removeEngineProperties.PrestissimoEnginePatch.Buildertags(java.util.List<java.lang.String> tags)Set the tags.
-
-
-
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
-
engineDisplayName
public PrestissimoEnginePatch.Builder engineDisplayName(java.lang.String engineDisplayName)
Set the engineDisplayName.- Parameters:
engineDisplayName- the engineDisplayName- Returns:
- the PrestissimoEnginePatch builder
-
engineProperties
public PrestissimoEnginePatch.Builder engineProperties(PrestissimoEngineEngineProperties engineProperties)
Set the engineProperties.- Parameters:
engineProperties- the engineProperties- Returns:
- the PrestissimoEnginePatch builder
-
engineRestart
public PrestissimoEnginePatch.Builder engineRestart(java.lang.String engineRestart)
Set the engineRestart.- Parameters:
engineRestart- the engineRestart- Returns:
- the PrestissimoEnginePatch builder
-
removeEngineProperties
public PrestissimoEnginePatch.Builder removeEngineProperties(RemoveEngineProperties removeEngineProperties)
Set the removeEngineProperties.- Parameters:
removeEngineProperties- the removeEngineProperties- 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
-
-