Class RemovePrestissimoEnginePropertiesJvm.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v3.model.RemovePrestissimoEnginePropertiesJvm.Builder
-
- Enclosing class:
- RemovePrestissimoEnginePropertiesJvm
public static class RemovePrestissimoEnginePropertiesJvm.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 RemovePrestissimoEnginePropertiesJvm.BuilderaddCoordinator(java.lang.String coordinator)Adds a new element to coordinator.RemovePrestissimoEnginePropertiesJvmbuild()Builds a RemovePrestissimoEnginePropertiesJvm.RemovePrestissimoEnginePropertiesJvm.Buildercoordinator(java.util.List<java.lang.String> coordinator)Set the coordinator.
-
-
-
Method Detail
-
build
public RemovePrestissimoEnginePropertiesJvm build()
Builds a RemovePrestissimoEnginePropertiesJvm.- Returns:
- the new RemovePrestissimoEnginePropertiesJvm instance
-
addCoordinator
public RemovePrestissimoEnginePropertiesJvm.Builder addCoordinator(java.lang.String coordinator)
Adds a new element to coordinator.- Parameters:
coordinator- the new element to be added- Returns:
- the RemovePrestissimoEnginePropertiesJvm builder
-
coordinator
public RemovePrestissimoEnginePropertiesJvm.Builder coordinator(java.util.List<java.lang.String> coordinator)
Set the coordinator. Existing coordinator will be replaced.- Parameters:
coordinator- the coordinator- Returns:
- the RemovePrestissimoEnginePropertiesJvm builder
-
-