Class SourceDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiagentruntime.model.SourceDetails.Builder
-
- Enclosing class:
- SourceDetails
public static class SourceDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SourceDetails
build()
SourceDetails.Builder
copy(SourceDetails model)
SourceDetails.Builder
key(String key)
Id of the source of the event.SourceDetails.Builder
name(String name)
Name of the source of the event.
-
-
-
Method Detail
-
key
public SourceDetails.Builder key(String key)
Id of the source of the event.- Parameters:
key
- the value to set- Returns:
- this builder
-
name
public SourceDetails.Builder name(String name)
Name of the source of the event.- Parameters:
name
- the value to set- Returns:
- this builder
-
build
public SourceDetails build()
-
copy
public SourceDetails.Builder copy(SourceDetails model)
-
-