Fleet.Builder |
Fleet.Builder.arn(String arn) |
The Amazon Resource Name (ARN) for the fleet.
|
static Fleet.Builder |
Fleet.builder() |
|
default Fleet.Builder |
Fleet.Builder.computeCapacityStatus(Consumer<ComputeCapacityStatus.Builder> computeCapacityStatus) |
The capacity status for the fleet.
|
Fleet.Builder |
Fleet.Builder.computeCapacityStatus(ComputeCapacityStatus computeCapacityStatus) |
The capacity status for the fleet.
|
Fleet.Builder |
Fleet.Builder.createdTime(Instant createdTime) |
The time the fleet was created.
|
Fleet.Builder |
Fleet.Builder.description(String description) |
The description to display.
|
Fleet.Builder |
Fleet.Builder.disconnectTimeoutInSeconds(Integer disconnectTimeoutInSeconds) |
The amount of time that a streaming session remains active after users disconnect.
|
Fleet.Builder |
Fleet.Builder.displayName(String displayName) |
The fleet name to display.
|
default Fleet.Builder |
Fleet.Builder.domainJoinInfo(Consumer<DomainJoinInfo.Builder> domainJoinInfo) |
The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active
Directory domain.
|
Fleet.Builder |
Fleet.Builder.domainJoinInfo(DomainJoinInfo domainJoinInfo) |
The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active
Directory domain.
|
Fleet.Builder |
Fleet.Builder.enableDefaultInternetAccess(Boolean enableDefaultInternetAccess) |
Indicates whether default internet access is enabled for the fleet.
|
Fleet.Builder |
Fleet.Builder.fleetErrors(Collection<FleetError> fleetErrors) |
The fleet errors.
|
Fleet.Builder |
Fleet.Builder.fleetErrors(Consumer<FleetError.Builder>... fleetErrors) |
The fleet errors.
|
Fleet.Builder |
Fleet.Builder.fleetErrors(FleetError... fleetErrors) |
The fleet errors.
|
Fleet.Builder |
Fleet.Builder.fleetType(String fleetType) |
The fleet type.
|
Fleet.Builder |
Fleet.Builder.fleetType(FleetType fleetType) |
The fleet type.
|
Fleet.Builder |
Fleet.Builder.iamRoleArn(String iamRoleArn) |
The ARN of the IAM role that is applied to the fleet.
|
Fleet.Builder |
Fleet.Builder.idleDisconnectTimeoutInSeconds(Integer idleDisconnectTimeoutInSeconds) |
The amount of time that users can be idle (inactive) before they are disconnected from their streaming
session and the DisconnectTimeoutInSeconds time interval begins.
|
Fleet.Builder |
Fleet.Builder.imageArn(String imageArn) |
The ARN for the public, private, or shared image.
|
Fleet.Builder |
Fleet.Builder.imageName(String imageName) |
The name of the image used to create the fleet.
|
Fleet.Builder |
Fleet.Builder.instanceType(String instanceType) |
The instance type to use when launching fleet instances.
|
Fleet.Builder |
Fleet.Builder.maxConcurrentSessions(Integer maxConcurrentSessions) |
The maximum number of concurrent sessions for the fleet.
|
Fleet.Builder |
Fleet.Builder.maxSessionsPerInstance(Integer maxSessionsPerInstance) |
The maximum number of user sessions on an instance.
|
Fleet.Builder |
Fleet.Builder.maxUserDurationInSeconds(Integer maxUserDurationInSeconds) |
The maximum amount of time that a streaming session can remain active, in seconds.
|
Fleet.Builder |
Fleet.Builder.name(String name) |
The name of the fleet.
|
Fleet.Builder |
Fleet.Builder.platform(String platform) |
The platform of the fleet.
|
Fleet.Builder |
Fleet.Builder.platform(PlatformType platform) |
The platform of the fleet.
|
default Fleet.Builder |
Fleet.Builder.sessionScriptS3Location(Consumer<S3Location.Builder> sessionScriptS3Location) |
The S3 location of the session scripts configuration zip file.
|
Fleet.Builder |
Fleet.Builder.sessionScriptS3Location(S3Location sessionScriptS3Location) |
The S3 location of the session scripts configuration zip file.
|
Fleet.Builder |
Fleet.Builder.state(String state) |
The current state for the fleet.
|
Fleet.Builder |
Fleet.Builder.state(FleetState state) |
The current state for the fleet.
|
Fleet.Builder |
Fleet.Builder.streamView(String streamView) |
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
Fleet.Builder |
Fleet.Builder.streamView(StreamView streamView) |
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
Fleet.Builder |
Fleet.toBuilder() |
|
Fleet.Builder |
Fleet.Builder.usbDeviceFilterStrings(String... usbDeviceFilterStrings) |
The USB device filter strings associated with the fleet.
|
Fleet.Builder |
Fleet.Builder.usbDeviceFilterStrings(Collection<String> usbDeviceFilterStrings) |
The USB device filter strings associated with the fleet.
|
default Fleet.Builder |
Fleet.Builder.vpcConfig(Consumer<VpcConfig.Builder> vpcConfig) |
The VPC configuration for the fleet.
|
Fleet.Builder |
Fleet.Builder.vpcConfig(VpcConfig vpcConfig) |
The VPC configuration for the fleet.
|