public static interface CreateStreamingUrlRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<CreateStreamingUrlRequest.Builder,CreateStreamingUrlRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateStreamingUrlRequest.Builder |
applicationId(String applicationId)
The name of the application to launch after the session starts.
|
CreateStreamingUrlRequest.Builder |
fleetName(String fleetName)
The name of the fleet.
|
CreateStreamingUrlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateStreamingUrlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateStreamingUrlRequest.Builder |
sessionContext(String sessionContext)
The session context.
|
CreateStreamingUrlRequest.Builder |
stackName(String stackName)
The name of the stack.
|
CreateStreamingUrlRequest.Builder |
userId(String userId)
The identifier of the user.
|
CreateStreamingUrlRequest.Builder |
validity(Long validity)
The time that the streaming URL will be valid, in seconds.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStreamingUrlRequest.Builder stackName(String stackName)
The name of the stack.
stackName - The name of the stack.CreateStreamingUrlRequest.Builder fleetName(String fleetName)
The name of the fleet.
fleetName - The name of the fleet.CreateStreamingUrlRequest.Builder userId(String userId)
The identifier of the user.
userId - The identifier of the user.CreateStreamingUrlRequest.Builder applicationId(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.
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.CreateStreamingUrlRequest.Builder validity(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.
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.CreateStreamingUrlRequest.Builder sessionContext(String sessionContext)
The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.
sessionContext - The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.CreateStreamingUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateStreamingUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.