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.ObjectBuilder. 
- 
- 
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrestissimoEnginePropertiesGlobalbuild()Builds a PrestissimoEnginePropertiesGlobal.PrestissimoEnginePropertiesGlobal.BuilderglobalProperty(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
 
 
 - 
 
 -