static CreateStreamingSessionRequest.Builder |
CreateStreamingSessionRequest.builder() |
|
CreateStreamingSessionRequest.Builder |
CreateStreamingSessionRequest.Builder.clientToken(String clientToken) |
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateStreamingSessionRequest.Builder |
CreateStreamingSessionRequest.Builder.ec2InstanceType(String ec2InstanceType) |
The EC2 Instance type used for the streaming session.
|
CreateStreamingSessionRequest.Builder |
CreateStreamingSessionRequest.Builder.ec2InstanceType(StreamingInstanceType ec2InstanceType) |
The EC2 Instance type used for the streaming session.
|
CreateStreamingSessionRequest.Builder |
CreateStreamingSessionRequest.Builder.launchProfileId(String launchProfileId) |
The ID of the launch profile used to control access from the streaming session.
|
CreateStreamingSessionRequest.Builder |
CreateStreamingSessionRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
CreateStreamingSessionRequest.Builder |
CreateStreamingSessionRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
CreateStreamingSessionRequest.Builder |
CreateStreamingSessionRequest.Builder.ownedBy(String ownedBy) |
The user ID of the user that owns the streaming session.
|
CreateStreamingSessionRequest.Builder |
CreateStreamingSessionRequest.Builder.streamingImageId(String streamingImageId) |
The ID of the streaming image.
|
CreateStreamingSessionRequest.Builder |
CreateStreamingSessionRequest.Builder.studioId(String studioId) |
The studio ID.
|
CreateStreamingSessionRequest.Builder |
CreateStreamingSessionRequest.Builder.tags(Map<String,String> tags) |
A collection of labels, in the form of key-value pairs, that apply to this resource.
|
CreateStreamingSessionRequest.Builder |
CreateStreamingSessionRequest.toBuilder() |
|