public static interface StreamingSessionStream.Builder extends SdkPojo, CopyableBuilder<StreamingSessionStream.Builder,StreamingSessionStream>
| Modifier and Type | Method and Description |
|---|---|
StreamingSessionStream.Builder |
createdAt(Instant createdAt)
The Unix epoch 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 Unix epoch timestamp in seconds for when the resource expires.
|
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 Unix epoch timestamp in seconds for when the resource was created.
createdAt - The Unix epoch 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 Unix epoch timestamp in seconds for when the resource expires.
expiresAt - The Unix epoch timestamp in seconds for when the resource expires.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 © 2021. All rights reserved.