public static interface CreateStreamingSessionRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<CreateStreamingSessionRequest.Builder,CreateStreamingSessionRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateStreamingSessionRequest.Builder clientToken(String clientToken)
To make an idempotent API request using one of these actions, specify a client token in the request. You should not reuse the same client token for other API requests. If you retry a request that completed successfully using the same client token and the same parameters, the retry succeeds without performing any further actions. If you retry a successful request using the same client token, but one or more of the parameters are different, the retry fails with a ValidationException error.
clientToken - To make an idempotent API request using one of these actions, specify a client token in the request.
You should not reuse the same client token for other API requests. If you retry a request that
completed successfully using the same client token and the same parameters, the retry succeeds without
performing any further actions. If you retry a successful request using the same client token, but one
or more of the parameters are different, the retry fails with a ValidationException error.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 launch profile ID.
launchProfileId - The launch profile ID.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 © 2021. All rights reserved.