public static interface CreateStreamingUrlRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<CreateStreamingUrlRequest.Builder,CreateStreamingUrlRequest>
build
overrideConfiguration
copy
applyMutation, build
CreateStreamingUrlRequest.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 name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant.
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.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 Developer Guide.
sessionContext
- The session context. For more information, see Session Context in the Amazon AppStream 2.0 Developer Guide.CreateStreamingUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.CreateStreamingUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.