Class PrestoEnginePatch.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.PrestoEnginePatch.Builder
-
- Enclosing class:
- PrestoEnginePatch
public static class PrestoEnginePatch.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 PrestoEnginePatch.BuilderaddTags(java.lang.String tags)Adds a new element to tags.PrestoEnginePatchbuild()Builds a PrestoEnginePatch.PrestoEnginePatch.Builderdescription(java.lang.String description)Set the description.PrestoEnginePatch.BuilderdisplayName(java.lang.String displayName)Set the displayName.PrestoEnginePatch.BuilderremoveEngineProperties(RemoveEngineProperties removeEngineProperties)Set the removeEngineProperties.PrestoEnginePatch.BuilderrestartType(java.lang.String restartType)Set the restartType.PrestoEnginePatch.Buildertags(java.util.List<java.lang.String> tags)Set the tags.PrestoEnginePatch.BuilderxProperties(EngineProperties xProperties)Set the xProperties.
-
-
-
Method Detail
-
build
public PrestoEnginePatch build()
Builds a PrestoEnginePatch.- Returns:
- the new PrestoEnginePatch instance
-
addTags
public PrestoEnginePatch.Builder addTags(java.lang.String tags)
Adds a new element to tags.- Parameters:
tags- the new element to be added- Returns:
- the PrestoEnginePatch builder
-
description
public PrestoEnginePatch.Builder description(java.lang.String description)
Set the description.- Parameters:
description- the description- Returns:
- the PrestoEnginePatch builder
-
displayName
public PrestoEnginePatch.Builder displayName(java.lang.String displayName)
Set the displayName.- Parameters:
displayName- the displayName- Returns:
- the PrestoEnginePatch builder
-
xProperties
public PrestoEnginePatch.Builder xProperties(EngineProperties xProperties)
Set the xProperties.- Parameters:
xProperties- the xProperties- Returns:
- the PrestoEnginePatch builder
-
removeEngineProperties
public PrestoEnginePatch.Builder removeEngineProperties(RemoveEngineProperties removeEngineProperties)
Set the removeEngineProperties.- Parameters:
removeEngineProperties- the removeEngineProperties- Returns:
- the PrestoEnginePatch builder
-
restartType
public PrestoEnginePatch.Builder restartType(java.lang.String restartType)
Set the restartType.- Parameters:
restartType- the restartType- Returns:
- the PrestoEnginePatch builder
-
tags
public PrestoEnginePatch.Builder tags(java.util.List<java.lang.String> tags)
Set the tags. Existing tags will be replaced.- Parameters:
tags- the tags- Returns:
- the PrestoEnginePatch builder
-
-