@Generated(value="software.amazon.awssdk:codegen") public final class CreateStreamingUrlRequest extends AppStreamRequest implements ToCopyableBuilder<CreateStreamingUrlRequest.Builder,CreateStreamingUrlRequest>
| Modifier and Type | Class and Description |
|---|---|
static interface |
CreateStreamingUrlRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
String |
applicationId()
The name of the application to launch after the session starts.
|
static CreateStreamingUrlRequest.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
fleetName()
The name of the fleet.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateStreamingUrlRequest.Builder> |
serializableBuilderClass() |
String |
sessionContext()
The session context.
|
String |
stackName()
The name of the stack.
|
CreateStreamingUrlRequest.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
String |
userId()
The identifier of the user.
|
Long |
validity()
The time that the streaming URL will be valid, in seconds.
|
overrideConfigurationclone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String stackName()
The name of the stack.
public final String fleetName()
The name of the fleet.
public final String userId()
The identifier of the user.
public final String applicationId()
The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant. If your fleet is enabled for the Desktop stream view, you can also choose to launch directly to the operating system desktop. To do so, specify Desktop.
public final Long validity()
The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
public final String sessionContext()
The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.
public CreateStreamingUrlRequest.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<CreateStreamingUrlRequest.Builder,CreateStreamingUrlRequest>toBuilder in class AppStreamRequestpublic static CreateStreamingUrlRequest.Builder builder()
public static Class<? extends CreateStreamingUrlRequest.Builder> serializableBuilderClass()
public final int hashCode()
hashCode in class AwsRequestpublic final boolean equals(Object obj)
equals in class AwsRequestpublic final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
public final <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField in class SdkRequestCopyright © 2023. All rights reserved.