CopyableBuilder<CreateFleetRequest.Builder,CreateFleetRequest>
, SdkBuilder<CreateFleetRequest.Builder,CreateFleetRequest>
public static interface CreateFleetRequest.Builder extends CopyableBuilder<CreateFleetRequest.Builder,CreateFleetRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateFleetRequest.Builder |
computeCapacity(ComputeCapacity computeCapacity) |
The parameters for the capacity allocated to the fleet.
|
CreateFleetRequest.Builder |
description(String description) |
The description of the fleet.
|
CreateFleetRequest.Builder |
disconnectTimeoutInSeconds(Integer disconnectTimeoutInSeconds) |
The time after disconnection when a session is considered to have ended.
|
CreateFleetRequest.Builder |
displayName(String displayName) |
The display name of the fleet.
|
CreateFleetRequest.Builder |
enableDefaultInternetAccess(Boolean enableDefaultInternetAccess) |
Enables or disables default Internet access for the fleet.
|
CreateFleetRequest.Builder |
imageName(String imageName) |
Unique name of the image used by the fleet.
|
CreateFleetRequest.Builder |
instanceType(String instanceType) |
The instance type of compute resources for the fleet.
|
CreateFleetRequest.Builder |
maxUserDurationInSeconds(Integer maxUserDurationInSeconds) |
The maximum time for which a streaming session can run.
|
CreateFleetRequest.Builder |
name(String name) |
A unique identifier for the fleet.
|
CreateFleetRequest.Builder |
vpcConfig(VpcConfig vpcConfig) |
The VPC configuration for the fleet.
|
copy
apply, build
CreateFleetRequest.Builder name(String name)
A unique identifier for the fleet.
name
- A unique identifier for the fleet.CreateFleetRequest.Builder imageName(String imageName)
Unique name of the image used by the fleet.
imageName
- Unique name of the image used by the fleet.CreateFleetRequest.Builder instanceType(String instanceType)
The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.
instanceType
- The instance type of compute resources for the fleet. Fleet instances are launched from this instance
type.CreateFleetRequest.Builder computeCapacity(ComputeCapacity computeCapacity)
The parameters for the capacity allocated to the fleet.
computeCapacity
- The parameters for the capacity allocated to the fleet.CreateFleetRequest.Builder vpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
vpcConfig
- The VPC configuration for the fleet.CreateFleetRequest.Builder maxUserDurationInSeconds(Integer maxUserDurationInSeconds)
The maximum time for which a streaming session can run. The input can be any numeric value in seconds between 600 and 57600.
maxUserDurationInSeconds
- The maximum time for which a streaming session can run. The input can be any numeric value in seconds
between 600 and 57600.CreateFleetRequest.Builder disconnectTimeoutInSeconds(Integer disconnectTimeoutInSeconds)
The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to their previous session. The input can be any numeric value in seconds between 60 and 57600.
disconnectTimeoutInSeconds
- The time after disconnection when a session is considered to have ended. If a user who got
disconnected reconnects within this timeout interval, the user is connected back to their previous
session. The input can be any numeric value in seconds between 60 and 57600.CreateFleetRequest.Builder description(String description)
The description of the fleet.
description
- The description of the fleet.CreateFleetRequest.Builder displayName(String displayName)
The display name of the fleet.
displayName
- The display name of the fleet.CreateFleetRequest.Builder enableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Enables or disables default Internet access for the fleet.
enableDefaultInternetAccess
- Enables or disables default Internet access for the fleet.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.