Class PrestoEnginePropertiesGlobal.Builder
- java.lang.Object
 - 
- com.ibm.cloud.watsonxdata.watsonx_data.v2.model.PrestoEnginePropertiesGlobal.Builder
 
 
- 
- Enclosing class:
 - PrestoEnginePropertiesGlobal
 
public static class PrestoEnginePropertiesGlobal.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 PrestoEnginePropertiesGlobalbuild()Builds a PrestoEnginePropertiesGlobal.PrestoEnginePropertiesGlobal.BuilderglobalProperty(java.lang.String globalProperty)Set the globalProperty. 
 - 
 
- 
- 
Method Detail
- 
build
public PrestoEnginePropertiesGlobal build()
Builds a PrestoEnginePropertiesGlobal.- Returns:
 - the new PrestoEnginePropertiesGlobal instance
 
 
- 
globalProperty
public PrestoEnginePropertiesGlobal.Builder globalProperty(java.lang.String globalProperty)
Set the globalProperty.- Parameters:
 globalProperty- the globalProperty- Returns:
 - the PrestoEnginePropertiesGlobal builder
 
 
 - 
 
 -