public static interface CreateStreamingUrlRequest.Builder extends AppStreamRequest.Builder, CopyableBuilder<CreateStreamingUrlRequest.Builder,CreateStreamingUrlRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateStreamingUrlRequest.Builder |
applicationId(String applicationId)
The ID of the application that must be launched after the session starts.
|
CreateStreamingUrlRequest.Builder |
fleetName(String fleetName)
The name of the fleet.
|
CreateStreamingUrlRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
CreateStreamingUrlRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateStreamingUrlRequest.Builder |
sessionContext(String sessionContext)
The session context of the streaming URL.
|
CreateStreamingUrlRequest.Builder |
stackName(String stackName)
The name of the stack.
|
CreateStreamingUrlRequest.Builder |
userId(String userId)
The ID of the user.
|
CreateStreamingUrlRequest.Builder |
validity(Long validity)
The time that the streaming URL will be valid, in seconds.
|
buildoverrideConfigurationcopyapplyMutation, 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 ID of the user.
userId - The ID of the user.CreateStreamingUrlRequest.Builder applicationId(String applicationId)
The ID of the application that must be launched after the session starts.
applicationId - The ID of the application that must be launched after the session starts.CreateStreamingUrlRequest.Builder validity(Long validity)
The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds.
validity - The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800
seconds.CreateStreamingUrlRequest.Builder sessionContext(String sessionContext)
The session context of the streaming URL.
sessionContext - The session context of the streaming URL.CreateStreamingUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.CreateStreamingUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.