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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateStreamingURLRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.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.
|
build
requestOverrideConfig
copy
apply, 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 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.CreateStreamingURLRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.