@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class Fleet extends Object implements Serializable, Cloneable, StructuredPojo
Describes a fleet.
Constructor and Description |
---|
Fleet() |
Modifier and Type | Method and Description |
---|---|
Fleet |
clone() |
boolean |
equals(Object obj) |
String |
getArn()
The Amazon Resource Name (ARN) for the fleet.
|
ComputeCapacityStatus |
getComputeCapacityStatus()
The capacity status for the fleet.
|
Date |
getCreatedTime()
The time the fleet was created.
|
String |
getDescription()
The description to display.
|
Integer |
getDisconnectTimeoutInSeconds()
The amount of time that a streaming session remains active after users disconnect.
|
String |
getDisplayName()
The fleet name to display.
|
DomainJoinInfo |
getDomainJoinInfo()
The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory
domain.
|
Boolean |
getEnableDefaultInternetAccess()
Indicates whether default internet access is enabled for the fleet.
|
List<FleetError> |
getFleetErrors()
The fleet errors.
|
String |
getFleetType()
The fleet type.
|
String |
getIamRoleArn()
The ARN of the IAM role that is applied to the fleet.
|
Integer |
getIdleDisconnectTimeoutInSeconds()
The amount of time that users can be idle (inactive) before they are disconnected from their streaming session
and the
DisconnectTimeoutInSeconds time interval begins. |
String |
getImageArn()
The ARN for the public, private, or shared image.
|
String |
getImageName()
The name of the image used to create the fleet.
|
String |
getInstanceType()
The instance type to use when launching fleet instances.
|
Integer |
getMaxConcurrentSessions()
The maximum number of concurrent sessions for the fleet.
|
Integer |
getMaxSessionsPerInstance()
The maximum number of user sessions on an instance.
|
Integer |
getMaxUserDurationInSeconds()
The maximum amount of time that a streaming session can remain active, in seconds.
|
String |
getName()
The name of the fleet.
|
String |
getPlatform()
The platform of the fleet.
|
S3Location |
getSessionScriptS3Location()
The S3 location of the session scripts configuration zip file.
|
String |
getState()
The current state for the fleet.
|
String |
getStreamView()
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
List<String> |
getUsbDeviceFilterStrings()
The USB device filter strings associated with the fleet.
|
VpcConfig |
getVpcConfig()
The VPC configuration for the fleet.
|
int |
hashCode() |
Boolean |
isEnableDefaultInternetAccess()
Indicates whether default internet access is enabled for the fleet.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setArn(String arn)
The Amazon Resource Name (ARN) for the fleet.
|
void |
setComputeCapacityStatus(ComputeCapacityStatus computeCapacityStatus)
The capacity status for the fleet.
|
void |
setCreatedTime(Date createdTime)
The time the fleet was created.
|
void |
setDescription(String description)
The description to display.
|
void |
setDisconnectTimeoutInSeconds(Integer disconnectTimeoutInSeconds)
The amount of time that a streaming session remains active after users disconnect.
|
void |
setDisplayName(String displayName)
The fleet name to display.
|
void |
setDomainJoinInfo(DomainJoinInfo domainJoinInfo)
The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory
domain.
|
void |
setEnableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Indicates whether default internet access is enabled for the fleet.
|
void |
setFleetErrors(Collection<FleetError> fleetErrors)
The fleet errors.
|
void |
setFleetType(FleetType fleetType)
The fleet type.
|
void |
setFleetType(String fleetType)
The fleet type.
|
void |
setIamRoleArn(String iamRoleArn)
The ARN of the IAM role that is applied to the fleet.
|
void |
setIdleDisconnectTimeoutInSeconds(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. |
void |
setImageArn(String imageArn)
The ARN for the public, private, or shared image.
|
void |
setImageName(String imageName)
The name of the image used to create the fleet.
|
void |
setInstanceType(String instanceType)
The instance type to use when launching fleet instances.
|
void |
setMaxConcurrentSessions(Integer maxConcurrentSessions)
The maximum number of concurrent sessions for the fleet.
|
void |
setMaxSessionsPerInstance(Integer maxSessionsPerInstance)
The maximum number of user sessions on an instance.
|
void |
setMaxUserDurationInSeconds(Integer maxUserDurationInSeconds)
The maximum amount of time that a streaming session can remain active, in seconds.
|
void |
setName(String name)
The name of the fleet.
|
void |
setPlatform(PlatformType platform)
The platform of the fleet.
|
void |
setPlatform(String platform)
The platform of the fleet.
|
void |
setSessionScriptS3Location(S3Location sessionScriptS3Location)
The S3 location of the session scripts configuration zip file.
|
void |
setState(FleetState state)
The current state for the fleet.
|
void |
setState(String state)
The current state for the fleet.
|
void |
setStreamView(StreamView streamView)
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
void |
setStreamView(String streamView)
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
void |
setUsbDeviceFilterStrings(Collection<String> usbDeviceFilterStrings)
The USB device filter strings associated with the fleet.
|
void |
setVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
|
String |
toString()
Returns a string representation of this object.
|
Fleet |
withArn(String arn)
The Amazon Resource Name (ARN) for the fleet.
|
Fleet |
withComputeCapacityStatus(ComputeCapacityStatus computeCapacityStatus)
The capacity status for the fleet.
|
Fleet |
withCreatedTime(Date createdTime)
The time the fleet was created.
|
Fleet |
withDescription(String description)
The description to display.
|
Fleet |
withDisconnectTimeoutInSeconds(Integer disconnectTimeoutInSeconds)
The amount of time that a streaming session remains active after users disconnect.
|
Fleet |
withDisplayName(String displayName)
The fleet name to display.
|
Fleet |
withDomainJoinInfo(DomainJoinInfo domainJoinInfo)
The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory
domain.
|
Fleet |
withEnableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Indicates whether default internet access is enabled for the fleet.
|
Fleet |
withFleetErrors(Collection<FleetError> fleetErrors)
The fleet errors.
|
Fleet |
withFleetErrors(FleetError... fleetErrors)
The fleet errors.
|
Fleet |
withFleetType(FleetType fleetType)
The fleet type.
|
Fleet |
withFleetType(String fleetType)
The fleet type.
|
Fleet |
withIamRoleArn(String iamRoleArn)
The ARN of the IAM role that is applied to the fleet.
|
Fleet |
withIdleDisconnectTimeoutInSeconds(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 |
withImageArn(String imageArn)
The ARN for the public, private, or shared image.
|
Fleet |
withImageName(String imageName)
The name of the image used to create the fleet.
|
Fleet |
withInstanceType(String instanceType)
The instance type to use when launching fleet instances.
|
Fleet |
withMaxConcurrentSessions(Integer maxConcurrentSessions)
The maximum number of concurrent sessions for the fleet.
|
Fleet |
withMaxSessionsPerInstance(Integer maxSessionsPerInstance)
The maximum number of user sessions on an instance.
|
Fleet |
withMaxUserDurationInSeconds(Integer maxUserDurationInSeconds)
The maximum amount of time that a streaming session can remain active, in seconds.
|
Fleet |
withName(String name)
The name of the fleet.
|
Fleet |
withPlatform(PlatformType platform)
The platform of the fleet.
|
Fleet |
withPlatform(String platform)
The platform of the fleet.
|
Fleet |
withSessionScriptS3Location(S3Location sessionScriptS3Location)
The S3 location of the session scripts configuration zip file.
|
Fleet |
withState(FleetState state)
The current state for the fleet.
|
Fleet |
withState(String state)
The current state for the fleet.
|
Fleet |
withStreamView(StreamView streamView)
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
Fleet |
withStreamView(String streamView)
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
Fleet |
withUsbDeviceFilterStrings(Collection<String> usbDeviceFilterStrings)
The USB device filter strings associated with the fleet.
|
Fleet |
withUsbDeviceFilterStrings(String... usbDeviceFilterStrings)
The USB device filter strings associated with the fleet.
|
Fleet |
withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
|
public void setArn(String arn)
The Amazon Resource Name (ARN) for the fleet.
arn
- The Amazon Resource Name (ARN) for the fleet.public String getArn()
The Amazon Resource Name (ARN) for the fleet.
public Fleet withArn(String arn)
The Amazon Resource Name (ARN) for the fleet.
arn
- The Amazon Resource Name (ARN) for the fleet.public void setName(String name)
The name of the fleet.
name
- The name of the fleet.public String getName()
The name of the fleet.
public Fleet withName(String name)
The name of the fleet.
name
- The name of the fleet.public void setDisplayName(String displayName)
The fleet name to display.
displayName
- The fleet name to display.public String getDisplayName()
The fleet name to display.
public Fleet withDisplayName(String displayName)
The fleet name to display.
displayName
- The fleet name to display.public void setDescription(String description)
The description to display.
description
- The description to display.public String getDescription()
The description to display.
public Fleet withDescription(String description)
The description to display.
description
- The description to display.public void setImageName(String imageName)
The name of the image used to create the fleet.
imageName
- The name of the image used to create the fleet.public String getImageName()
The name of the image used to create the fleet.
public Fleet withImageName(String imageName)
The name of the image used to create the fleet.
imageName
- The name of the image used to create the fleet.public void setImageArn(String imageArn)
The ARN for the public, private, or shared image.
imageArn
- The ARN for the public, private, or shared image.public String getImageArn()
The ARN for the public, private, or shared image.
public Fleet withImageArn(String imageArn)
The ARN for the public, private, or shared image.
imageArn
- The ARN for the public, private, or shared image.public void setInstanceType(String instanceType)
The instance type to use when launching fleet instances. The following instance types are available:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.compute.large
stream.compute.xlarge
stream.compute.2xlarge
stream.compute.4xlarge
stream.compute.8xlarge
stream.memory.large
stream.memory.xlarge
stream.memory.2xlarge
stream.memory.4xlarge
stream.memory.8xlarge
stream.memory.z1d.large
stream.memory.z1d.xlarge
stream.memory.z1d.2xlarge
stream.memory.z1d.3xlarge
stream.memory.z1d.6xlarge
stream.memory.z1d.12xlarge
stream.graphics-design.large
stream.graphics-design.xlarge
stream.graphics-design.2xlarge
stream.graphics-design.4xlarge
stream.graphics-desktop.2xlarge
stream.graphics.g4dn.xlarge
stream.graphics.g4dn.2xlarge
stream.graphics.g4dn.4xlarge
stream.graphics.g4dn.8xlarge
stream.graphics.g4dn.12xlarge
stream.graphics.g4dn.16xlarge
stream.graphics-pro.4xlarge
stream.graphics-pro.8xlarge
stream.graphics-pro.16xlarge
instanceType
- The instance type to use when launching fleet instances. The following instance types are available:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.compute.large
stream.compute.xlarge
stream.compute.2xlarge
stream.compute.4xlarge
stream.compute.8xlarge
stream.memory.large
stream.memory.xlarge
stream.memory.2xlarge
stream.memory.4xlarge
stream.memory.8xlarge
stream.memory.z1d.large
stream.memory.z1d.xlarge
stream.memory.z1d.2xlarge
stream.memory.z1d.3xlarge
stream.memory.z1d.6xlarge
stream.memory.z1d.12xlarge
stream.graphics-design.large
stream.graphics-design.xlarge
stream.graphics-design.2xlarge
stream.graphics-design.4xlarge
stream.graphics-desktop.2xlarge
stream.graphics.g4dn.xlarge
stream.graphics.g4dn.2xlarge
stream.graphics.g4dn.4xlarge
stream.graphics.g4dn.8xlarge
stream.graphics.g4dn.12xlarge
stream.graphics.g4dn.16xlarge
stream.graphics-pro.4xlarge
stream.graphics-pro.8xlarge
stream.graphics-pro.16xlarge
public String getInstanceType()
The instance type to use when launching fleet instances. The following instance types are available:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.compute.large
stream.compute.xlarge
stream.compute.2xlarge
stream.compute.4xlarge
stream.compute.8xlarge
stream.memory.large
stream.memory.xlarge
stream.memory.2xlarge
stream.memory.4xlarge
stream.memory.8xlarge
stream.memory.z1d.large
stream.memory.z1d.xlarge
stream.memory.z1d.2xlarge
stream.memory.z1d.3xlarge
stream.memory.z1d.6xlarge
stream.memory.z1d.12xlarge
stream.graphics-design.large
stream.graphics-design.xlarge
stream.graphics-design.2xlarge
stream.graphics-design.4xlarge
stream.graphics-desktop.2xlarge
stream.graphics.g4dn.xlarge
stream.graphics.g4dn.2xlarge
stream.graphics.g4dn.4xlarge
stream.graphics.g4dn.8xlarge
stream.graphics.g4dn.12xlarge
stream.graphics.g4dn.16xlarge
stream.graphics-pro.4xlarge
stream.graphics-pro.8xlarge
stream.graphics-pro.16xlarge
stream.standard.small
stream.standard.medium
stream.standard.large
stream.compute.large
stream.compute.xlarge
stream.compute.2xlarge
stream.compute.4xlarge
stream.compute.8xlarge
stream.memory.large
stream.memory.xlarge
stream.memory.2xlarge
stream.memory.4xlarge
stream.memory.8xlarge
stream.memory.z1d.large
stream.memory.z1d.xlarge
stream.memory.z1d.2xlarge
stream.memory.z1d.3xlarge
stream.memory.z1d.6xlarge
stream.memory.z1d.12xlarge
stream.graphics-design.large
stream.graphics-design.xlarge
stream.graphics-design.2xlarge
stream.graphics-design.4xlarge
stream.graphics-desktop.2xlarge
stream.graphics.g4dn.xlarge
stream.graphics.g4dn.2xlarge
stream.graphics.g4dn.4xlarge
stream.graphics.g4dn.8xlarge
stream.graphics.g4dn.12xlarge
stream.graphics.g4dn.16xlarge
stream.graphics-pro.4xlarge
stream.graphics-pro.8xlarge
stream.graphics-pro.16xlarge
public Fleet withInstanceType(String instanceType)
The instance type to use when launching fleet instances. The following instance types are available:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.compute.large
stream.compute.xlarge
stream.compute.2xlarge
stream.compute.4xlarge
stream.compute.8xlarge
stream.memory.large
stream.memory.xlarge
stream.memory.2xlarge
stream.memory.4xlarge
stream.memory.8xlarge
stream.memory.z1d.large
stream.memory.z1d.xlarge
stream.memory.z1d.2xlarge
stream.memory.z1d.3xlarge
stream.memory.z1d.6xlarge
stream.memory.z1d.12xlarge
stream.graphics-design.large
stream.graphics-design.xlarge
stream.graphics-design.2xlarge
stream.graphics-design.4xlarge
stream.graphics-desktop.2xlarge
stream.graphics.g4dn.xlarge
stream.graphics.g4dn.2xlarge
stream.graphics.g4dn.4xlarge
stream.graphics.g4dn.8xlarge
stream.graphics.g4dn.12xlarge
stream.graphics.g4dn.16xlarge
stream.graphics-pro.4xlarge
stream.graphics-pro.8xlarge
stream.graphics-pro.16xlarge
instanceType
- The instance type to use when launching fleet instances. The following instance types are available:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.compute.large
stream.compute.xlarge
stream.compute.2xlarge
stream.compute.4xlarge
stream.compute.8xlarge
stream.memory.large
stream.memory.xlarge
stream.memory.2xlarge
stream.memory.4xlarge
stream.memory.8xlarge
stream.memory.z1d.large
stream.memory.z1d.xlarge
stream.memory.z1d.2xlarge
stream.memory.z1d.3xlarge
stream.memory.z1d.6xlarge
stream.memory.z1d.12xlarge
stream.graphics-design.large
stream.graphics-design.xlarge
stream.graphics-design.2xlarge
stream.graphics-design.4xlarge
stream.graphics-desktop.2xlarge
stream.graphics.g4dn.xlarge
stream.graphics.g4dn.2xlarge
stream.graphics.g4dn.4xlarge
stream.graphics.g4dn.8xlarge
stream.graphics.g4dn.12xlarge
stream.graphics.g4dn.16xlarge
stream.graphics-pro.4xlarge
stream.graphics-pro.8xlarge
stream.graphics-pro.16xlarge
public void setFleetType(String fleetType)
The fleet type.
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
fleetType
- The fleet type.
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
FleetType
public String getFleetType()
The fleet type.
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
FleetType
public Fleet withFleetType(String fleetType)
The fleet type.
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
fleetType
- The fleet type.
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
FleetType
public void setFleetType(FleetType fleetType)
The fleet type.
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
fleetType
- The fleet type.
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
FleetType
public Fleet withFleetType(FleetType fleetType)
The fleet type.
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
fleetType
- The fleet type.
Provides users with instant-on access to their apps. You are charged for all running instances in your fleet, even if no users are streaming apps.
Provide users with access to applications after they connect, which takes one to two minutes. You are charged for instance streaming when users are connected and a small hourly fee for instances that are not streaming apps.
FleetType
public void setComputeCapacityStatus(ComputeCapacityStatus computeCapacityStatus)
The capacity status for the fleet.
computeCapacityStatus
- The capacity status for the fleet.public ComputeCapacityStatus getComputeCapacityStatus()
The capacity status for the fleet.
public Fleet withComputeCapacityStatus(ComputeCapacityStatus computeCapacityStatus)
The capacity status for the fleet.
computeCapacityStatus
- The capacity status for the fleet.public void setMaxUserDurationInSeconds(Integer 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.
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.
public Integer getMaxUserDurationInSeconds()
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.
Specify a value between 600 and 360000.
public Fleet withMaxUserDurationInSeconds(Integer 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.
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.
public void setDisconnectTimeoutInSeconds(Integer disconnectTimeoutInSeconds)
The amount of time that a streaming session remains active after users disconnect. If they 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 36000.
disconnectTimeoutInSeconds
- The amount of time that a streaming session remains active after users disconnect. If they 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 36000.
public Integer getDisconnectTimeoutInSeconds()
The amount of time that a streaming session remains active after users disconnect. If they 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 36000.
Specify a value between 60 and 36000.
public Fleet withDisconnectTimeoutInSeconds(Integer disconnectTimeoutInSeconds)
The amount of time that a streaming session remains active after users disconnect. If they 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 36000.
disconnectTimeoutInSeconds
- The amount of time that a streaming session remains active after users disconnect. If they 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 36000.
public void setState(String state)
The current state for the fleet.
state
- The current state for the fleet.FleetState
public String getState()
The current state for the fleet.
FleetState
public Fleet withState(String state)
The current state for the fleet.
state
- The current state for the fleet.FleetState
public void setState(FleetState state)
The current state for the fleet.
state
- The current state for the fleet.FleetState
public Fleet withState(FleetState state)
The current state for the fleet.
state
- The current state for the fleet.FleetState
public void setVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
vpcConfig
- The VPC configuration for the fleet.public VpcConfig getVpcConfig()
The VPC configuration for the fleet.
public Fleet withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
vpcConfig
- The VPC configuration for the fleet.public void setCreatedTime(Date createdTime)
The time the fleet was created.
createdTime
- The time the fleet was created.public Date getCreatedTime()
The time the fleet was created.
public Fleet withCreatedTime(Date createdTime)
The time the fleet was created.
createdTime
- The time the fleet was created.public List<FleetError> getFleetErrors()
The fleet errors.
public void setFleetErrors(Collection<FleetError> fleetErrors)
The fleet errors.
fleetErrors
- The fleet errors.public Fleet withFleetErrors(FleetError... fleetErrors)
The fleet errors.
NOTE: This method appends the values to the existing list (if any). Use
setFleetErrors(java.util.Collection)
or withFleetErrors(java.util.Collection)
if you want to
override the existing values.
fleetErrors
- The fleet errors.public Fleet withFleetErrors(Collection<FleetError> fleetErrors)
The fleet errors.
fleetErrors
- The fleet errors.public void setEnableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Indicates whether default internet access is enabled for the fleet.
enableDefaultInternetAccess
- Indicates whether default internet access is enabled for the fleet.public Boolean getEnableDefaultInternetAccess()
Indicates whether default internet access is enabled for the fleet.
public Fleet withEnableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Indicates whether default internet access is enabled for the fleet.
enableDefaultInternetAccess
- Indicates whether default internet access is enabled for the fleet.public Boolean isEnableDefaultInternetAccess()
Indicates whether default internet access is enabled for the fleet.
public void setDomainJoinInfo(DomainJoinInfo domainJoinInfo)
The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.
domainJoinInfo
- The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active
Directory domain.public DomainJoinInfo getDomainJoinInfo()
The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.
public Fleet withDomainJoinInfo(DomainJoinInfo domainJoinInfo)
The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory domain.
domainJoinInfo
- The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active
Directory domain.public void setIdleDisconnectTimeoutInSeconds(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. Users are notified before they are
disconnected due to inactivity. If users 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 36000. The default value is 0.
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.
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 users 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 36000. The default value is 0.
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.
public Integer getIdleDisconnectTimeoutInSeconds()
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 users 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 36000. The default value is 0.
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.
DisconnectTimeoutInSeconds
time interval begins. Users are notified before
they are disconnected due to inactivity. If users 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 36000. The default value is 0.
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.
public Fleet withIdleDisconnectTimeoutInSeconds(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. Users are notified before they are
disconnected due to inactivity. If users 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 36000. The default value is 0.
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.
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 users 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 36000. The default value is 0.
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.
public void setIamRoleArn(String 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 (STS) 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.
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 (STS) 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.
public String getIamRoleArn()
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 (STS) 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.
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.
public Fleet withIamRoleArn(String 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 (STS) 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.
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 (STS) 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.
public void setStreamView(String 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
.
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
.
StreamView
public String getStreamView()
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
.
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
.
StreamView
public Fleet withStreamView(String 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
.
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
.
StreamView
public void setStreamView(StreamView 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
.
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
.
StreamView
public Fleet withStreamView(StreamView 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
.
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
.
StreamView
public void setPlatform(String platform)
The platform of the fleet.
platform
- The platform of the fleet.PlatformType
public String getPlatform()
The platform of the fleet.
PlatformType
public Fleet withPlatform(String platform)
The platform of the fleet.
platform
- The platform of the fleet.PlatformType
public void setPlatform(PlatformType platform)
The platform of the fleet.
platform
- The platform of the fleet.PlatformType
public Fleet withPlatform(PlatformType platform)
The platform of the fleet.
platform
- The platform of the fleet.PlatformType
public void setMaxConcurrentSessions(Integer maxConcurrentSessions)
The maximum number of concurrent sessions for the fleet.
maxConcurrentSessions
- The maximum number of concurrent sessions for the fleet.public Integer getMaxConcurrentSessions()
The maximum number of concurrent sessions for the fleet.
public Fleet withMaxConcurrentSessions(Integer maxConcurrentSessions)
The maximum number of concurrent sessions for the fleet.
maxConcurrentSessions
- The maximum number of concurrent sessions for the fleet.public List<String> getUsbDeviceFilterStrings()
The USB device filter strings associated with the fleet.
public void setUsbDeviceFilterStrings(Collection<String> usbDeviceFilterStrings)
The USB device filter strings associated with the fleet.
usbDeviceFilterStrings
- The USB device filter strings associated with the fleet.public Fleet withUsbDeviceFilterStrings(String... usbDeviceFilterStrings)
The USB device filter strings associated with the fleet.
NOTE: This method appends the values to the existing list (if any). Use
setUsbDeviceFilterStrings(java.util.Collection)
or
withUsbDeviceFilterStrings(java.util.Collection)
if you want to override the existing values.
usbDeviceFilterStrings
- The USB device filter strings associated with the fleet.public Fleet withUsbDeviceFilterStrings(Collection<String> usbDeviceFilterStrings)
The USB device filter strings associated with the fleet.
usbDeviceFilterStrings
- The USB device filter strings associated with the fleet.public void setSessionScriptS3Location(S3Location sessionScriptS3Location)
The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.
sessionScriptS3Location
- The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.public S3Location getSessionScriptS3Location()
The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.
public Fleet withSessionScriptS3Location(S3Location sessionScriptS3Location)
The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.
sessionScriptS3Location
- The S3 location of the session scripts configuration zip file. This only applies to Elastic fleets.public void setMaxSessionsPerInstance(Integer maxSessionsPerInstance)
The maximum number of user sessions on an instance. This only applies to multi-session fleets.
maxSessionsPerInstance
- The maximum number of user sessions on an instance. This only applies to multi-session fleets.public Integer getMaxSessionsPerInstance()
The maximum number of user sessions on an instance. This only applies to multi-session fleets.
public Fleet withMaxSessionsPerInstance(Integer maxSessionsPerInstance)
The maximum number of user sessions on an instance. This only applies to multi-session fleets.
maxSessionsPerInstance
- The maximum number of user sessions on an instance. This only applies to multi-session fleets.public String toString()
toString
in class Object
Object.toString()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.