public static interface StreamingSessionStream.Builder extends SdkPojo, CopyableBuilder<StreamingSessionStream.Builder,StreamingSessionStream>
| Modifier and Type | Method and Description |
|---|---|
StreamingSessionStream.Builder |
createdAt(Instant createdAt)
The ISO timestamp in seconds for when the resource was created.
|
StreamingSessionStream.Builder |
createdBy(String createdBy)
The user ID of the user that created the streaming session stream.
|
StreamingSessionStream.Builder |
expiresAt(Instant expiresAt)
The ISO timestamp in seconds for when the resource expires.
|
StreamingSessionStream.Builder |
ownedBy(String ownedBy)
The user ID of the user that owns the streaming session.
|
StreamingSessionStream.Builder |
state(StreamingSessionStreamState state)
The current state.
|
StreamingSessionStream.Builder |
state(String state)
The current state.
|
StreamingSessionStream.Builder |
statusCode(StreamingSessionStreamStatusCode statusCodeValue)
The streaming session stream status code.
|
StreamingSessionStream.Builder |
statusCode(String statusCodeValue)
The streaming session stream status code.
|
StreamingSessionStream.Builder |
streamId(String streamId)
The stream ID.
|
StreamingSessionStream.Builder |
url(String url)
The URL to connect to this stream using the DCV client.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStreamingSessionStream.Builder createdAt(Instant createdAt)
The ISO timestamp in seconds for when the resource was created.
createdAt - The ISO timestamp in seconds for when the resource was created.StreamingSessionStream.Builder createdBy(String createdBy)
The user ID of the user that created the streaming session stream.
createdBy - The user ID of the user that created the streaming session stream.StreamingSessionStream.Builder expiresAt(Instant expiresAt)
The ISO timestamp in seconds for when the resource expires.
expiresAt - The ISO timestamp in seconds for when the resource expires.StreamingSessionStream.Builder ownedBy(String ownedBy)
The user ID of the user that owns the streaming session. The user that owns the session will be logging into the session and interacting with the virtual workstation.
ownedBy - The user ID of the user that owns the streaming session. The user that owns the session will be
logging into the session and interacting with the virtual workstation.StreamingSessionStream.Builder state(String state)
The current state.
state - The current state.StreamingSessionStreamState,
StreamingSessionStreamStateStreamingSessionStream.Builder state(StreamingSessionStreamState state)
The current state.
state - The current state.StreamingSessionStreamState,
StreamingSessionStreamStateStreamingSessionStream.Builder statusCode(String statusCodeValue)
The streaming session stream status code.
statusCodeValue - The streaming session stream status code.StreamingSessionStreamStatusCode,
StreamingSessionStreamStatusCodeStreamingSessionStream.Builder statusCode(StreamingSessionStreamStatusCode statusCodeValue)
The streaming session stream status code.
statusCodeValue - The streaming session stream status code.StreamingSessionStreamStatusCode,
StreamingSessionStreamStatusCodeStreamingSessionStream.Builder streamId(String streamId)
The stream ID.
streamId - The stream ID.StreamingSessionStream.Builder url(String url)
The URL to connect to this stream using the DCV client.
url - The URL to connect to this stream using the DCV client.Copyright © 2023. All rights reserved.