public static interface DevEnvironmentAccessDetails.Builder extends SdkPojo, CopyableBuilder<DevEnvironmentAccessDetails.Builder,DevEnvironmentAccessDetails>
| Modifier and Type | Method and Description |
|---|---|
DevEnvironmentAccessDetails.Builder |
streamUrl(String streamUrl)
The URL used to send commands to and from the Dev Environment.
|
DevEnvironmentAccessDetails.Builder |
tokenValue(String tokenValue)
An encrypted token value that contains session and caller information used to authenticate the connection.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDevEnvironmentAccessDetails.Builder streamUrl(String streamUrl)
The URL used to send commands to and from the Dev Environment.
streamUrl - The URL used to send commands to and from the Dev Environment.DevEnvironmentAccessDetails.Builder tokenValue(String tokenValue)
An encrypted token value that contains session and caller information used to authenticate the connection.
tokenValue - An encrypted token value that contains session and caller information used to authenticate the
connection.Copyright © 2022. All rights reserved.