Class UpdateSessionDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.generativeaiagentruntime.model.UpdateSessionDetails.Builder
-
- Enclosing class:
- UpdateSessionDetails
public static class UpdateSessionDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description UpdateSessionDetails
build()
UpdateSessionDetails.Builder
copy(UpdateSessionDetails model)
UpdateSessionDetails.Builder
description(String description)
A description of the session.UpdateSessionDetails.Builder
displayName(String displayName)
The name of the session.
-
-
-
Method Detail
-
displayName
public UpdateSessionDetails.Builder displayName(String displayName)
The name of the session.A session names doesn’t have to be unique and you can change the session name later.
- Parameters:
displayName
- the value to set- Returns:
- this builder
-
description
public UpdateSessionDetails.Builder description(String description)
A description of the session.- Parameters:
description
- the value to set- Returns:
- this builder
-
build
public UpdateSessionDetails build()
-
copy
public UpdateSessionDetails.Builder copy(UpdateSessionDetails model)
-
-