| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
StreamingSession.Builder |
StreamingSession.Builder.arn(String arn)
The ARN of the resource.
|
static StreamingSession.Builder |
StreamingSession.builder() |
StreamingSession.Builder |
StreamingSession.Builder.createdAt(Instant createdAt)
The Unix epoch timestamp in seconds for when the resource was created.
|
StreamingSession.Builder |
StreamingSession.Builder.createdBy(String createdBy)
The user ID of the user that created the streaming session.
|
StreamingSession.Builder |
StreamingSession.Builder.ec2InstanceType(String ec2InstanceType)
The EC2 Instance type used for the streaming session.
|
StreamingSession.Builder |
StreamingSession.Builder.launchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
|
StreamingSession.Builder |
StreamingSession.Builder.ownedBy(String ownedBy)
The user ID of the user that owns the streaming session.
|
StreamingSession.Builder |
StreamingSession.Builder.sessionId(String sessionId)
The session ID.
|
StreamingSession.Builder |
StreamingSession.Builder.state(StreamingSessionState state)
The current state.
|
StreamingSession.Builder |
StreamingSession.Builder.state(String state)
The current state.
|
StreamingSession.Builder |
StreamingSession.Builder.statusCode(StreamingSessionStatusCode statusCodeValue)
The status code.
|
StreamingSession.Builder |
StreamingSession.Builder.statusCode(String statusCodeValue)
The status code.
|
StreamingSession.Builder |
StreamingSession.Builder.statusMessage(String statusMessage)
The status message for the streaming session.
|
StreamingSession.Builder |
StreamingSession.Builder.streamingImageId(String streamingImageId)
The ID of the streaming image.
|
StreamingSession.Builder |
StreamingSession.Builder.tags(Map<String,String> tags)
A collection of labels, in the form of key:value pairs, that apply to this resource.
|
StreamingSession.Builder |
StreamingSession.Builder.terminateAt(Instant terminateAt)
The time the streaming session will automatically terminate if not terminated by the user.
|
StreamingSession.Builder |
StreamingSession.toBuilder() |
StreamingSession.Builder |
StreamingSession.Builder.updatedAt(Instant updatedAt)
The Unix epoch timestamp in seconds for when the resource was updated.
|
StreamingSession.Builder |
StreamingSession.Builder.updatedBy(String updatedBy)
The user ID of the user that most recently updated the resource.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StreamingSession.Builder> |
StreamingSession.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetStreamingSessionResponse.Builder |
GetStreamingSessionResponse.Builder.session(Consumer<StreamingSession.Builder> session)
The session.
|
default DeleteStreamingSessionResponse.Builder |
DeleteStreamingSessionResponse.Builder.session(Consumer<StreamingSession.Builder> session)
The session.
|
default CreateStreamingSessionResponse.Builder |
CreateStreamingSessionResponse.Builder.session(Consumer<StreamingSession.Builder> session)
The session.
|
Copyright © 2021. All rights reserved.