public static interface Session.Builder extends SdkPojo, CopyableBuilder<Session.Builder,Session>
| Modifier and Type | Method and Description |
|---|---|
Session.Builder |
isPrimary(Boolean isPrimary)
When true, this Boolean value indicates the primary session for the specified resource.
|
Session.Builder |
name(String name)
The session name.
|
Session.Builder |
url(String url)
The session URL.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSession.Builder name(String name)
The session name.
name - The session name.Session.Builder url(String url)
The session URL.
url - The session URL.Session.Builder isPrimary(Boolean isPrimary)
When true, this Boolean value indicates the primary session for the specified resource.
isPrimary - When true, this Boolean value indicates the primary session for the specified resource.Copyright © 2023. All rights reserved.