Interface CreateStreamingSessionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateStreamingSessionRequest.Builder,CreateStreamingSessionRequest>,NimbleRequest.Builder,SdkBuilder<CreateStreamingSessionRequest.Builder,CreateStreamingSessionRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateStreamingSessionRequest
public static interface CreateStreamingSessionRequest.Builder extends NimbleRequest.Builder, SdkPojo, CopyableBuilder<CreateStreamingSessionRequest.Builder,CreateStreamingSessionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateStreamingSessionRequest.BuilderclientToken(String clientToken)Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.CreateStreamingSessionRequest.Builderec2InstanceType(String ec2InstanceType)The EC2 Instance type used for the streaming session.CreateStreamingSessionRequest.Builderec2InstanceType(StreamingInstanceType ec2InstanceType)The EC2 Instance type used for the streaming session.CreateStreamingSessionRequest.BuilderlaunchProfileId(String launchProfileId)The ID of the launch profile used to control access from the streaming session.CreateStreamingSessionRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateStreamingSessionRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateStreamingSessionRequest.BuilderownedBy(String ownedBy)The user ID of the user that owns the streaming session.CreateStreamingSessionRequest.BuilderstreamingImageId(String streamingImageId)The ID of the streaming image.CreateStreamingSessionRequest.BuilderstudioId(String studioId)The studio ID.CreateStreamingSessionRequest.Buildertags(Map<String,String> tags)A collection of labels, in the form of key-value pairs, that apply to this resource.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.nimble.model.NimbleRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
clientToken
CreateStreamingSessionRequest.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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ec2InstanceType
CreateStreamingSessionRequest.Builder ec2InstanceType(String ec2InstanceType)
The EC2 Instance type used for the streaming session.
- Parameters:
ec2InstanceType- The EC2 Instance type used for the streaming session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StreamingInstanceType,StreamingInstanceType
-
ec2InstanceType
CreateStreamingSessionRequest.Builder ec2InstanceType(StreamingInstanceType ec2InstanceType)
The EC2 Instance type used for the streaming session.
- Parameters:
ec2InstanceType- The EC2 Instance type used for the streaming session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
StreamingInstanceType,StreamingInstanceType
-
launchProfileId
CreateStreamingSessionRequest.Builder launchProfileId(String launchProfileId)
The ID of the launch profile used to control access from the streaming session.
- Parameters:
launchProfileId- The ID of the launch profile used to control access from the streaming session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ownedBy
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
streamingImageId
CreateStreamingSessionRequest.Builder streamingImageId(String streamingImageId)
The ID of the streaming image.
- Parameters:
streamingImageId- The ID of the streaming image.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
studioId
CreateStreamingSessionRequest.Builder studioId(String studioId)
The studio ID.
- Parameters:
studioId- The studio ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
CreateStreamingSessionRequest.Builder tags(Map<String,String> tags)
A collection of labels, in the form of key-value pairs, that apply to this resource.
- Parameters:
tags- A collection of labels, in the form of key-value pairs, that apply to this resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateStreamingSessionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateStreamingSessionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-