Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateStreamingURLRequest.Builder,CreateStreamingURLRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateStreamingURLRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateStreamingURLRequest.Builder,CreateStreamingURLRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateStreamingURLRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
applicationId() |
The ID of the application that must be launched after the session starts.
|
static CreateStreamingURLRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
String |
fleetName() |
The fleet for which the URL is generated.
|
int |
hashCode() |
|
static Class<? extends CreateStreamingURLRequest.Builder> |
serializableBuilderClass() |
|
String |
sessionContext() |
The sessionContext of the streaming URL.
|
String |
stackName() |
The stack for which the URL is generated.
|
CreateStreamingURLRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
String |
userId() |
A unique user ID for whom the URL is generated.
|
Long |
validity() |
The duration up to which the URL returned by this action is valid.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String stackName()
The stack for which the URL is generated.
public String fleetName()
The fleet for which the URL is generated.
public String userId()
A unique user ID for whom the URL is generated.
public String applicationId()
The ID of the application that must be launched after the session starts.
public 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.
public String sessionContext()
The sessionContext of the streaming URL.
public CreateStreamingURLRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateStreamingURLRequest.Builder,CreateStreamingURLRequest>
public static CreateStreamingURLRequest.Builder builder()
public static Class<? extends CreateStreamingURLRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.