Class UpdateEngineOptions.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v1.model.UpdateEngineOptions.Builder
-
- Enclosing class:
- UpdateEngineOptions
public static class UpdateEngineOptions.Builder extends java.lang.Object
Builder.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateEngineOptions.Builder
accept(java.lang.String accept)
Set the accept.UpdateEngineOptions.Builder
addTags(java.lang.String tags)
Adds an tags to tags.UpdateEngineOptions.Builder
authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.UpdateEngineOptions
build()
Builds a UpdateEngineOptions.UpdateEngineOptions.Builder
coordinator(NodeDescription coordinator)
Set the coordinator.UpdateEngineOptions.Builder
description(java.lang.String description)
Set the description.UpdateEngineOptions.Builder
engineDisplayName(java.lang.String engineDisplayName)
Set the engineDisplayName.UpdateEngineOptions.Builder
engineId(java.lang.String engineId)
Set the engineId.UpdateEngineOptions.Builder
tags(java.util.List<java.lang.String> tags)
Set the tags.UpdateEngineOptions.Builder
worker(NodeDescription worker)
Set the worker.
-
-
-
Method Detail
-
build
public UpdateEngineOptions build()
Builds a UpdateEngineOptions.- Returns:
- the new UpdateEngineOptions instance
-
addTags
public UpdateEngineOptions.Builder addTags(java.lang.String tags)
Adds an tags to tags.- Parameters:
tags
- the new tags- Returns:
- the UpdateEngineOptions builder
-
engineId
public UpdateEngineOptions.Builder engineId(java.lang.String engineId)
Set the engineId.- Parameters:
engineId
- the engineId- Returns:
- the UpdateEngineOptions builder
-
accept
public UpdateEngineOptions.Builder accept(java.lang.String accept)
Set the accept.- Parameters:
accept
- the accept- Returns:
- the UpdateEngineOptions builder
-
coordinator
public UpdateEngineOptions.Builder coordinator(NodeDescription coordinator)
Set the coordinator.- Parameters:
coordinator
- the coordinator- Returns:
- the UpdateEngineOptions builder
-
description
public UpdateEngineOptions.Builder description(java.lang.String description)
Set the description.- Parameters:
description
- the description- Returns:
- the UpdateEngineOptions builder
-
engineDisplayName
public UpdateEngineOptions.Builder engineDisplayName(java.lang.String engineDisplayName)
Set the engineDisplayName.- Parameters:
engineDisplayName
- the engineDisplayName- Returns:
- the UpdateEngineOptions builder
-
tags
public UpdateEngineOptions.Builder tags(java.util.List<java.lang.String> tags)
Set the tags. Existing tags will be replaced.- Parameters:
tags
- the tags- Returns:
- the UpdateEngineOptions builder
-
worker
public UpdateEngineOptions.Builder worker(NodeDescription worker)
Set the worker.- Parameters:
worker
- the worker- Returns:
- the UpdateEngineOptions builder
-
authInstanceId
public UpdateEngineOptions.Builder authInstanceId(java.lang.String authInstanceId)
Set the authInstanceId.- Parameters:
authInstanceId
- the authInstanceId- Returns:
- the UpdateEngineOptions builder
-
-