CopyableBuilder<CreateStreamingURLResponse.Builder,CreateStreamingURLResponse>
, SdkBuilder<CreateStreamingURLResponse.Builder,CreateStreamingURLResponse>
public static interface CreateStreamingURLResponse.Builder extends CopyableBuilder<CreateStreamingURLResponse.Builder,CreateStreamingURLResponse>
Modifier and Type | Method | Description |
---|---|---|
CreateStreamingURLResponse.Builder |
expires(Date expires) |
Elapsed seconds after the Unix epoch, at which time this URL expires.
|
CreateStreamingURLResponse.Builder |
streamingURL(String streamingURL) |
The URL to start the AppStream 2.0 streaming session.
|
copy
apply, 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(Date expires)
Elapsed seconds after the Unix epoch, at which time this URL expires.
expires
- Elapsed seconds after the Unix epoch, at which time this URL expires.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.