Package com.oracle.bmc.waas.model
Class GoodBot.Builder
- java.lang.Object
-
- com.oracle.bmc.waas.model.GoodBot.Builder
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GoodBot
build()
GoodBot.Builder
copy(GoodBot model)
GoodBot.Builder
description(String description)
The description of the bot.GoodBot.Builder
isEnabled(Boolean isEnabled)
Enables or disables the bot.GoodBot.Builder
key(String key)
The unique key for the bot.GoodBot.Builder
name(String name)
The bot name.
-
-
-
Method Detail
-
key
public GoodBot.Builder key(String key)
The unique key for the bot.- Parameters:
key
- the value to set- Returns:
- this builder
-
name
public GoodBot.Builder name(String name)
The bot name.- Parameters:
name
- the value to set- Returns:
- this builder
-
isEnabled
public GoodBot.Builder isEnabled(Boolean isEnabled)
Enables or disables the bot.- Parameters:
isEnabled
- the value to set- Returns:
- this builder
-
description
public GoodBot.Builder description(String description)
The description of the bot.- Parameters:
description
- the value to set- Returns:
- this builder
-
build
public GoodBot build()
-
copy
public GoodBot.Builder copy(GoodBot model)
-
-