CopyableBuilder<CreateStreamingURLRequest.Builder,CreateStreamingURLRequest>
, SdkBuilder<CreateStreamingURLRequest.Builder,CreateStreamingURLRequest>
public static interface CreateStreamingURLRequest.Builder extends CopyableBuilder<CreateStreamingURLRequest.Builder,CreateStreamingURLRequest>
Modifier and Type | Method | 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 fleet for which the URL is generated.
|
CreateStreamingURLRequest.Builder |
sessionContext(String sessionContext) |
The sessionContext of the streaming URL.
|
CreateStreamingURLRequest.Builder |
stackName(String stackName) |
The stack for which the URL is generated.
|
CreateStreamingURLRequest.Builder |
userId(String userId) |
A unique user ID for whom the URL is generated.
|
CreateStreamingURLRequest.Builder |
validity(Long validity) |
The duration up to which the URL returned by this action is valid.
|
copy
apply, build
CreateStreamingURLRequest.Builder stackName(String stackName)
The stack for which the URL is generated.
stackName
- The stack for which the URL is generated.CreateStreamingURLRequest.Builder fleetName(String fleetName)
The fleet for which the URL is generated.
fleetName
- The fleet for which the URL is generated.CreateStreamingURLRequest.Builder userId(String userId)
A unique user ID for whom the URL is generated.
userId
- A unique user ID for whom the URL is generated.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 duration up to which the URL returned by this action is valid. The input can be any numeric value in seconds between 1 and 604800 seconds.
validity
- The duration up to which the URL returned by this action is valid. The input can be any numeric value
in seconds between 1 and 604800 seconds.CreateStreamingURLRequest.Builder sessionContext(String sessionContext)
The sessionContext of the streaming URL.
sessionContext
- The sessionContext of the streaming URL.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.