Class PrestissimoEnginePropertiesGlobal.Builder
- java.lang.Object
-
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.PrestissimoEnginePropertiesGlobal.Builder
-
- Enclosing class:
- PrestissimoEnginePropertiesGlobal
public static class PrestissimoEnginePropertiesGlobal.Builder extends java.lang.Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()
Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrestissimoEnginePropertiesGlobal
build()
Builds a PrestissimoEnginePropertiesGlobal.PrestissimoEnginePropertiesGlobal.Builder
globalProperty(java.lang.String globalProperty)
Set the globalProperty.
-
-
-
Method Detail
-
build
public PrestissimoEnginePropertiesGlobal build()
Builds a PrestissimoEnginePropertiesGlobal.- Returns:
- the new PrestissimoEnginePropertiesGlobal instance
-
globalProperty
public PrestissimoEnginePropertiesGlobal.Builder globalProperty(java.lang.String globalProperty)
Set the globalProperty.- Parameters:
globalProperty
- the globalProperty- Returns:
- the PrestissimoEnginePropertiesGlobal builder
-
-