public static class UpdateSessionDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and 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.
|
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.
displayName
- the value to setpublic UpdateSessionDetails.Builder description(String description)
A description of the session.
description
- the value to setpublic UpdateSessionDetails build()
public UpdateSessionDetails.Builder copy(UpdateSessionDetails model)
Copyright © 2016–2024. All rights reserved.