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