| Package | Description |
|---|---|
| software.amazon.awssdk.services.nimble.model |
| Modifier and Type | Method and Description |
|---|---|
StreamingSessionBackup.Builder |
StreamingSessionBackup.Builder.arn(String arn)
The Amazon Resource Name (ARN) that is assigned to a studio resource and uniquely identifies it.
|
StreamingSessionBackup.Builder |
StreamingSessionBackup.Builder.backupId(String backupId)
The ID of the backup.
|
static StreamingSessionBackup.Builder |
StreamingSessionBackup.builder() |
StreamingSessionBackup.Builder |
StreamingSessionBackup.Builder.createdAt(Instant createdAt)
The ISO timestamp in for when the resource was created.
|
StreamingSessionBackup.Builder |
StreamingSessionBackup.Builder.launchProfileId(String launchProfileId)
The ID of the launch profile which allowed the backups for the streaming session.
|
StreamingSessionBackup.Builder |
StreamingSessionBackup.Builder.ownedBy(String ownedBy)
The user ID of the user that owns the streaming session.
|
StreamingSessionBackup.Builder |
StreamingSessionBackup.Builder.sessionId(String sessionId)
The streaming session ID for the
StreamingSessionBackup. |
StreamingSessionBackup.Builder |
StreamingSessionBackup.Builder.state(StreamingSessionState state)
Sets the value of the State property for this object.
|
StreamingSessionBackup.Builder |
StreamingSessionBackup.Builder.state(String state)
Sets the value of the State property for this object.
|
StreamingSessionBackup.Builder |
StreamingSessionBackup.Builder.statusCode(StreamingSessionStatusCode statusCodeValue)
The status code.
|
StreamingSessionBackup.Builder |
StreamingSessionBackup.Builder.statusCode(String statusCodeValue)
The status code.
|
StreamingSessionBackup.Builder |
StreamingSessionBackup.Builder.statusMessage(String statusMessage)
The status message for the streaming session backup.
|
StreamingSessionBackup.Builder |
StreamingSessionBackup.Builder.tags(Map<String,String> tags)
A collection of labels, in the form of key-value pairs, that apply to this resource.
|
StreamingSessionBackup.Builder |
StreamingSessionBackup.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StreamingSessionBackup.Builder> |
StreamingSessionBackup.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetStreamingSessionBackupResponse.Builder |
GetStreamingSessionBackupResponse.Builder.streamingSessionBackup(Consumer<StreamingSessionBackup.Builder> streamingSessionBackup)
Information about the streaming session backup.
|
Copyright © 2023. All rights reserved.