public static interface CreateStreamingUrlResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<CreateStreamingUrlResponse.Builder,CreateStreamingUrlResponse>
Modifier and Type | Method and Description |
---|---|
CreateStreamingUrlResponse.Builder |
expires(Instant expires)
The elapsed time, in seconds after the Unix epoch, when this URL expires.
|
CreateStreamingUrlResponse.Builder |
streamingURL(String streamingURL)
The URL to start the AppStream 2.0 streaming session.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
CreateStreamingUrlResponse.Builder streamingURL(String streamingURL)
The URL to start the AppStream 2.0 streaming session.
streamingURL
- The URL to start the AppStream 2.0 streaming session.CreateStreamingUrlResponse.Builder expires(Instant expires)
The elapsed time, in seconds after the Unix epoch, when this URL expires.
expires
- The elapsed time, in seconds after the Unix epoch, when this URL expires.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.