Interface CreateStreamingUrlRequest.Builder
-
- All Superinterfaces:
AppStreamRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateStreamingUrlRequest.Builder,CreateStreamingUrlRequest>,SdkBuilder<CreateStreamingUrlRequest.Builder,CreateStreamingUrlRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateStreamingUrlRequest
public static interface CreateStreamingUrlRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<CreateStreamingUrlRequest.Builder,CreateStreamingUrlRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateStreamingUrlRequest.BuilderapplicationId(String applicationId)The name of the application to launch after the session starts.CreateStreamingUrlRequest.BuilderfleetName(String fleetName)The name of the fleet.CreateStreamingUrlRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateStreamingUrlRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateStreamingUrlRequest.BuildersessionContext(String sessionContext)The session context.CreateStreamingUrlRequest.BuilderstackName(String stackName)The name of the stack.CreateStreamingUrlRequest.BuilderuserId(String userId)The identifier of the user.CreateStreamingUrlRequest.Buildervalidity(Long validity)The time that the streaming URL will be valid, in seconds.-
Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
stackName
CreateStreamingUrlRequest.Builder stackName(String stackName)
The name of the stack.
- Parameters:
stackName- The name of the stack.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
fleetName
CreateStreamingUrlRequest.Builder fleetName(String fleetName)
The name of the fleet.
- Parameters:
fleetName- The name of the fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
userId
CreateStreamingUrlRequest.Builder userId(String userId)
The identifier of the user.
- Parameters:
userId- The identifier of the user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationId
CreateStreamingUrlRequest.Builder applicationId(String applicationId)
The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant. If your fleet is enabled for the Desktop stream view, you can also choose to launch directly to the operating system desktop. To do so, specify Desktop.
- Parameters:
applicationId- The name of the application to launch after the session starts. This is the name that you specified as Name in the Image Assistant. If your fleet is enabled for the Desktop stream view, you can also choose to launch directly to the operating system desktop. To do so, specify Desktop.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validity
CreateStreamingUrlRequest.Builder validity(Long validity)
The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.
- Parameters:
validity- The time that the streaming URL will be valid, in seconds. Specify a value between 1 and 604800 seconds. The default is 60 seconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sessionContext
CreateStreamingUrlRequest.Builder sessionContext(String sessionContext)
The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.
- Parameters:
sessionContext- The session context. For more information, see Session Context in the Amazon AppStream 2.0 Administration Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateStreamingUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateStreamingUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-