public static final class CfnFleetProps.Builder
extends java.lang.Object
CfnFleetProps
Constructor and Description |
---|
Builder() |
public CfnFleetProps.Builder instanceType(java.lang.String instanceType)
CfnFleetProps.getInstanceType()
instanceType
- The instance type to use when launching fleet instances. The following instance types are available for non-Elastic fleets:. This parameter is required.
The following instance types are available for Elastic fleets:
this
public CfnFleetProps.Builder name(java.lang.String name)
CfnFleetProps.getName()
name
- A unique name for the fleet. This parameter is required.this
public CfnFleetProps.Builder computeCapacity(IResolvable computeCapacity)
CfnFleetProps.getComputeCapacity()
computeCapacity
- The desired capacity for the fleet.
This is not allowed for Elastic fleets.this
public CfnFleetProps.Builder computeCapacity(CfnFleet.ComputeCapacityProperty computeCapacity)
CfnFleetProps.getComputeCapacity()
computeCapacity
- The desired capacity for the fleet.
This is not allowed for Elastic fleets.this
public CfnFleetProps.Builder description(java.lang.String description)
CfnFleetProps.getDescription()
description
- The description to display.this
public CfnFleetProps.Builder disconnectTimeoutInSeconds(java.lang.Number disconnectTimeoutInSeconds)
CfnFleetProps.getDisconnectTimeoutInSeconds()
disconnectTimeoutInSeconds
- The amount of time that a streaming session remains active after users disconnect.
If users try to reconnect to the streaming session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new streaming instance.
Specify a value between 60 and 360000.
this
public CfnFleetProps.Builder displayName(java.lang.String displayName)
CfnFleetProps.getDisplayName()
displayName
- The fleet name to display.this
public CfnFleetProps.Builder domainJoinInfo(IResolvable domainJoinInfo)
CfnFleetProps.getDomainJoinInfo()
domainJoinInfo
- The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.
This is not allowed for Elastic fleets.this
public CfnFleetProps.Builder domainJoinInfo(CfnFleet.DomainJoinInfoProperty domainJoinInfo)
CfnFleetProps.getDomainJoinInfo()
domainJoinInfo
- The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.
This is not allowed for Elastic fleets.this
public CfnFleetProps.Builder enableDefaultInternetAccess(java.lang.Boolean enableDefaultInternetAccess)
CfnFleetProps.getEnableDefaultInternetAccess()
enableDefaultInternetAccess
- Enables or disables default internet access for the fleet.this
public CfnFleetProps.Builder enableDefaultInternetAccess(IResolvable enableDefaultInternetAccess)
CfnFleetProps.getEnableDefaultInternetAccess()
enableDefaultInternetAccess
- Enables or disables default internet access for the fleet.this
public CfnFleetProps.Builder fleetType(java.lang.String fleetType)
CfnFleetProps.getFleetType()
fleetType
- The fleet type.
Allowed Values : ALWAYS_ON
| ELASTIC
| ON_DEMAND
this
public CfnFleetProps.Builder iamRoleArn(java.lang.String iamRoleArn)
CfnFleetProps.getIamRoleArn()
iamRoleArn
- The ARN of the IAM role that is applied to the fleet.
To assume a role, the fleet instance calls the AWS Security Token Service AssumeRole
API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance.
For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide .
this
public CfnFleetProps.Builder idleDisconnectTimeoutInSeconds(java.lang.Number idleDisconnectTimeoutInSeconds)
CfnFleetProps.getIdleDisconnectTimeoutInSeconds()
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.
Users are notified before they are disconnected due to inactivity. If they try to reconnect to the streaming session before the time interval specified in DisconnectTimeoutInSeconds
elapses, they are connected to their previous session. Users are considered idle when they stop providing keyboard or mouse input during their streaming session. File uploads and downloads, audio in, audio out, and pixels changing do not qualify as user activity. If users continue to be idle after the time interval in IdleDisconnectTimeoutInSeconds
elapses, they are disconnected.
To prevent users from being disconnected due to inactivity, specify a value of 0. Otherwise, specify a value between 60 and 3600.
If you enable this feature, we recommend that you specify a value that corresponds exactly to a whole number of minutes (for example, 60, 120, and 180). If you don't do this, the value is rounded to the nearest minute. For example, if you specify a value of 70, users are disconnected after 1 minute of inactivity. If you specify a value that is at the midpoint between two different minutes, the value is rounded up. For example, if you specify a value of 90, users are disconnected after 2 minutes of inactivity.
this
public CfnFleetProps.Builder imageArn(java.lang.String imageArn)
CfnFleetProps.getImageArn()
imageArn
- The ARN of the public, private, or shared image to use.this
public CfnFleetProps.Builder imageName(java.lang.String imageName)
CfnFleetProps.getImageName()
imageName
- The name of the image used to create the fleet.this
public CfnFleetProps.Builder maxConcurrentSessions(java.lang.Number maxConcurrentSessions)
CfnFleetProps.getMaxConcurrentSessions()
maxConcurrentSessions
- The maximum number of concurrent sessions that can be run on an Elastic fleet.
This setting is required for Elastic fleets, but is not used for other fleet types.this
public CfnFleetProps.Builder maxUserDurationInSeconds(java.lang.Number maxUserDurationInSeconds)
CfnFleetProps.getMaxUserDurationInSeconds()
maxUserDurationInSeconds
- The maximum amount of time that a streaming session can remain active, in seconds.
If users are still connected to a streaming instance five minutes before this limit is reached, they are prompted to save any open documents before being disconnected. After this time elapses, the instance is terminated and replaced by a new instance.
Specify a value between 600 and 360000.
this
public CfnFleetProps.Builder platform(java.lang.String platform)
CfnFleetProps.getPlatform()
platform
- The platform of the fleet.
Platform is a required setting for Elastic fleets, and is not used for other fleet types.
Allowed Values : WINDOWS_SERVER_2019
| AMAZON_LINUX2
this
public CfnFleetProps.Builder sessionScriptS3Location(IResolvable sessionScriptS3Location)
CfnFleetProps.getSessionScriptS3Location()
sessionScriptS3Location
- The S3 location of the session scripts configuration zip file.
This only applies to Elastic fleets.this
public CfnFleetProps.Builder sessionScriptS3Location(CfnFleet.S3LocationProperty sessionScriptS3Location)
CfnFleetProps.getSessionScriptS3Location()
sessionScriptS3Location
- The S3 location of the session scripts configuration zip file.
This only applies to Elastic fleets.this
public CfnFleetProps.Builder streamView(java.lang.String streamView)
CfnFleetProps.getStreamView()
streamView
- The AppStream 2.0 view that is displayed to your users when they stream from the fleet. When `APP` is specified, only the windows of applications opened by users display. When `DESKTOP` is specified, the standard desktop that is provided by the operating system displays.
The default value is APP
.this
public CfnFleetProps.Builder tags(java.util.List<? extends CfnTag> tags)
CfnFleetProps.getTags()
tags
- An array of key-value pairs.this
public CfnFleetProps.Builder usbDeviceFilterStrings(java.util.List<java.lang.String> usbDeviceFilterStrings)
CfnFleetProps.getUsbDeviceFilterStrings()
usbDeviceFilterStrings
- The USB device filter strings that specify which USB devices a user can redirect to the fleet streaming session, when using the Windows native client.
This is allowed but not required for Elastic fleets.this
public CfnFleetProps.Builder vpcConfig(IResolvable vpcConfig)
CfnFleetProps.getVpcConfig()
vpcConfig
- The VPC configuration for the fleet.
This is required for Elastic fleets, but not required for other fleet types.this
public CfnFleetProps.Builder vpcConfig(CfnFleet.VpcConfigProperty vpcConfig)
CfnFleetProps.getVpcConfig()
vpcConfig
- The VPC configuration for the fleet.
This is required for Elastic fleets, but not required for other fleet types.this
public CfnFleetProps build()
CfnFleetProps
java.lang.NullPointerException
- if any required attribute was not provided