public static interface CreateStreamingSessionRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<CreateStreamingSessionRequest.Builder,CreateStreamingSessionRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateStreamingSessionRequest.Builder |
clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.
|
CreateStreamingSessionRequest.Builder |
ec2InstanceType(StreamingInstanceType ec2InstanceType)
The EC2 Instance type used for the streaming session.
|
CreateStreamingSessionRequest.Builder |
ec2InstanceType(String ec2InstanceType)
The EC2 Instance type used for the streaming session.
|
CreateStreamingSessionRequest.Builder |
launchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
|
CreateStreamingSessionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateStreamingSessionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateStreamingSessionRequest.Builder |
ownedBy(String ownedBy)
The user ID of the user that owns the streaming session.
|
CreateStreamingSessionRequest.Builder |
streamingImageId(String streamingImageId)
The ID of the streaming image.
|
CreateStreamingSessionRequest.Builder |
studioId(String studioId)
The studio ID.
|
CreateStreamingSessionRequest.Builder |
tags(Map<String,String> tags)
A collection of labels, in the form of key-value pairs, that apply to this resource.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStreamingSessionRequest.Builder clientToken(String clientToken)
Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and uses it for the request to ensure idempotency.
clientToken - Unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you
don’t specify a client token, the Amazon Web Services SDK automatically generates a client token and
uses it for the request to ensure idempotency.CreateStreamingSessionRequest.Builder ec2InstanceType(String ec2InstanceType)
The EC2 Instance type used for the streaming session.
ec2InstanceType - The EC2 Instance type used for the streaming session.StreamingInstanceType,
StreamingInstanceTypeCreateStreamingSessionRequest.Builder ec2InstanceType(StreamingInstanceType ec2InstanceType)
The EC2 Instance type used for the streaming session.
ec2InstanceType - The EC2 Instance type used for the streaming session.StreamingInstanceType,
StreamingInstanceTypeCreateStreamingSessionRequest.Builder launchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
launchProfileId - The ID of the launch profile used to control access from the streaming session.CreateStreamingSessionRequest.Builder ownedBy(String ownedBy)
The user ID of the user that owns the streaming session. The user that owns the session will be logging into the session and interacting with the virtual workstation.
ownedBy - The user ID of the user that owns the streaming session. The user that owns the session will be
logging into the session and interacting with the virtual workstation.CreateStreamingSessionRequest.Builder streamingImageId(String streamingImageId)
The ID of the streaming image.
streamingImageId - The ID of the streaming image.CreateStreamingSessionRequest.Builder studioId(String studioId)
The studio ID.
studioId - The studio ID.CreateStreamingSessionRequest.Builder tags(Map<String,String> tags)
A collection of labels, in the form of key-value pairs, that apply to this resource.
tags - A collection of labels, in the form of key-value pairs, that apply to this resource.CreateStreamingSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateStreamingSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.