@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateFleetRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateFleetRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateFleetRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<String> |
getAttributesToDelete()
The fleet attributes to delete.
|
ComputeCapacity |
getComputeCapacity()
The desired capacity for the fleet.
|
Boolean |
getDeleteVpcConfig()
Deprecated.
|
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()
Enables or disables default internet access for the fleet.
|
String |
getIamRoleArn()
The Amazon Resource Name (ARN) of the IAM role to apply 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 of the public, private, or shared image to use.
|
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 a 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()
A unique name for the fleet.
|
String |
getPlatform()
The platform of the fleet.
|
S3Location |
getSessionScriptS3Location()
The S3 location of the session scripts configuration zip file.
|
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 that specify which USB devices a user can redirect to the fleet streaming session,
when using the Windows native client.
|
VpcConfig |
getVpcConfig()
The VPC configuration for the fleet.
|
int |
hashCode() |
Boolean |
isDeleteVpcConfig()
Deprecated.
|
Boolean |
isEnableDefaultInternetAccess()
Enables or disables default internet access for the fleet.
|
void |
setAttributesToDelete(Collection<String> attributesToDelete)
The fleet attributes to delete.
|
void |
setComputeCapacity(ComputeCapacity computeCapacity)
The desired capacity for the fleet.
|
void |
setDeleteVpcConfig(Boolean deleteVpcConfig)
Deprecated.
|
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)
Enables or disables default internet access for the fleet.
|
void |
setIamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to apply 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 of the public, private, or shared image to use.
|
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 a 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)
A unique name for 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 |
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 that specify which USB devices a user can redirect to the fleet streaming session,
when using the Windows native client.
|
void |
setVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
|
String |
toString()
Returns a string representation of this object.
|
UpdateFleetRequest |
withAttributesToDelete(Collection<String> attributesToDelete)
The fleet attributes to delete.
|
UpdateFleetRequest |
withAttributesToDelete(FleetAttribute... attributesToDelete)
The fleet attributes to delete.
|
UpdateFleetRequest |
withAttributesToDelete(String... attributesToDelete)
The fleet attributes to delete.
|
UpdateFleetRequest |
withComputeCapacity(ComputeCapacity computeCapacity)
The desired capacity for the fleet.
|
UpdateFleetRequest |
withDeleteVpcConfig(Boolean deleteVpcConfig)
Deprecated.
|
UpdateFleetRequest |
withDescription(String description)
The description to display.
|
UpdateFleetRequest |
withDisconnectTimeoutInSeconds(Integer disconnectTimeoutInSeconds)
The amount of time that a streaming session remains active after users disconnect.
|
UpdateFleetRequest |
withDisplayName(String displayName)
The fleet name to display.
|
UpdateFleetRequest |
withDomainJoinInfo(DomainJoinInfo domainJoinInfo)
The name of the directory and organizational unit (OU) to use to join the fleet to a Microsoft Active Directory
domain.
|
UpdateFleetRequest |
withEnableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Enables or disables default internet access for the fleet.
|
UpdateFleetRequest |
withIamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to apply to the fleet.
|
UpdateFleetRequest |
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. |
UpdateFleetRequest |
withImageArn(String imageArn)
The ARN of the public, private, or shared image to use.
|
UpdateFleetRequest |
withImageName(String imageName)
The name of the image used to create the fleet.
|
UpdateFleetRequest |
withInstanceType(String instanceType)
The instance type to use when launching fleet instances.
|
UpdateFleetRequest |
withMaxConcurrentSessions(Integer maxConcurrentSessions)
The maximum number of concurrent sessions for a fleet.
|
UpdateFleetRequest |
withMaxSessionsPerInstance(Integer maxSessionsPerInstance)
The maximum number of user sessions on an instance.
|
UpdateFleetRequest |
withMaxUserDurationInSeconds(Integer maxUserDurationInSeconds)
The maximum amount of time that a streaming session can remain active, in seconds.
|
UpdateFleetRequest |
withName(String name)
A unique name for the fleet.
|
UpdateFleetRequest |
withPlatform(PlatformType platform)
The platform of the fleet.
|
UpdateFleetRequest |
withPlatform(String platform)
The platform of the fleet.
|
UpdateFleetRequest |
withSessionScriptS3Location(S3Location sessionScriptS3Location)
The S3 location of the session scripts configuration zip file.
|
UpdateFleetRequest |
withStreamView(StreamView streamView)
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
UpdateFleetRequest |
withStreamView(String streamView)
The AppStream 2.0 view that is displayed to your users when they stream from the fleet.
|
UpdateFleetRequest |
withUsbDeviceFilterStrings(Collection<String> 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.
|
UpdateFleetRequest |
withUsbDeviceFilterStrings(String... 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.
|
UpdateFleetRequest |
withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
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 UpdateFleetRequest 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 of the public, private, or shared image to use.
imageArn
- The ARN of the public, private, or shared image to use.public String getImageArn()
The ARN of the public, private, or shared image to use.
public UpdateFleetRequest withImageArn(String imageArn)
The ARN of the public, private, or shared image to use.
imageArn
- The ARN of the public, private, or shared image to use.public void setName(String name)
A unique name for the fleet.
name
- A unique name for the fleet.public String getName()
A unique name for the fleet.
public UpdateFleetRequest withName(String name)
A unique name for the fleet.
name
- A unique name for the fleet.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.standard.xlarge
stream.standard.2xlarge
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
The following instance types are available for Elastic fleets:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.standard.xlarge
stream.standard.2xlarge
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.standard.xlarge
stream.standard.2xlarge
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
The following instance types are available for Elastic fleets:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.standard.xlarge
stream.standard.2xlarge
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.standard.xlarge
stream.standard.2xlarge
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
The following instance types are available for Elastic fleets:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.standard.xlarge
stream.standard.2xlarge
stream.standard.small
stream.standard.medium
stream.standard.large
stream.standard.xlarge
stream.standard.2xlarge
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
The following instance types are available for Elastic fleets:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.standard.xlarge
stream.standard.2xlarge
public UpdateFleetRequest 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.standard.xlarge
stream.standard.2xlarge
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
The following instance types are available for Elastic fleets:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.standard.xlarge
stream.standard.2xlarge
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.standard.xlarge
stream.standard.2xlarge
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
The following instance types are available for Elastic fleets:
stream.standard.small
stream.standard.medium
stream.standard.large
stream.standard.xlarge
stream.standard.2xlarge
public void setComputeCapacity(ComputeCapacity computeCapacity)
The desired capacity for the fleet. This is not allowed for Elastic fleets.
computeCapacity
- The desired capacity for the fleet. This is not allowed for Elastic fleets.public ComputeCapacity getComputeCapacity()
The desired capacity for the fleet. This is not allowed for Elastic fleets.
public UpdateFleetRequest withComputeCapacity(ComputeCapacity computeCapacity)
The desired capacity for the fleet. This is not allowed for Elastic fleets.
computeCapacity
- The desired capacity for the fleet. This is not allowed for Elastic fleets.public void setVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones.
vpcConfig
- The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet
types. Elastic fleets require that you specify at least two subnets in different availability zones.public VpcConfig getVpcConfig()
The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones.
public UpdateFleetRequest withVpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet types. Elastic fleets require that you specify at least two subnets in different availability zones.
vpcConfig
- The VPC configuration for the fleet. This is required for Elastic fleets, but not required for other fleet
types. Elastic fleets require that you specify at least two subnets in different availability zones.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 432000.
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 432000.
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 432000.
Specify a value between 600 and 432000.
public UpdateFleetRequest 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 432000.
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 432000.
public void setDisconnectTimeoutInSeconds(Integer 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 36000.
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 36000.
public Integer getDisconnectTimeoutInSeconds()
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 36000.
Specify a value between 60 and 36000.
public UpdateFleetRequest withDisconnectTimeoutInSeconds(Integer 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 36000.
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 36000.
@Deprecated public void setDeleteVpcConfig(Boolean deleteVpcConfig)
Deletes the VPC association for the specified fleet.
deleteVpcConfig
- Deletes the VPC association for the specified fleet.@Deprecated public Boolean getDeleteVpcConfig()
Deletes the VPC association for the specified fleet.
@Deprecated public UpdateFleetRequest withDeleteVpcConfig(Boolean deleteVpcConfig)
Deletes the VPC association for the specified fleet.
deleteVpcConfig
- Deletes the VPC association for the specified fleet.@Deprecated public Boolean isDeleteVpcConfig()
Deletes the VPC association for the specified fleet.
public void setDescription(String description)
The description to display.
description
- The description to display.public String getDescription()
The description to display.
public UpdateFleetRequest withDescription(String description)
The description to display.
description
- The description to display.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 UpdateFleetRequest withDisplayName(String displayName)
The fleet name to display.
displayName
- The fleet name to display.public void setEnableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Enables or disables default internet access for the fleet.
enableDefaultInternetAccess
- Enables or disables default internet access for the fleet.public Boolean getEnableDefaultInternetAccess()
Enables or disables default internet access for the fleet.
public UpdateFleetRequest withEnableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Enables or disables default internet access for the fleet.
enableDefaultInternetAccess
- Enables or disables default internet access for the fleet.public Boolean isEnableDefaultInternetAccess()
Enables or disables default internet access 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 UpdateFleetRequest 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 UpdateFleetRequest 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 List<String> getAttributesToDelete()
The fleet attributes to delete.
FleetAttribute
public void setAttributesToDelete(Collection<String> attributesToDelete)
The fleet attributes to delete.
attributesToDelete
- The fleet attributes to delete.FleetAttribute
public UpdateFleetRequest withAttributesToDelete(String... attributesToDelete)
The fleet attributes to delete.
NOTE: This method appends the values to the existing list (if any). Use
setAttributesToDelete(java.util.Collection)
or withAttributesToDelete(java.util.Collection)
if
you want to override the existing values.
attributesToDelete
- The fleet attributes to delete.FleetAttribute
public UpdateFleetRequest withAttributesToDelete(Collection<String> attributesToDelete)
The fleet attributes to delete.
attributesToDelete
- The fleet attributes to delete.FleetAttribute
public UpdateFleetRequest withAttributesToDelete(FleetAttribute... attributesToDelete)
The fleet attributes to delete.
attributesToDelete
- The fleet attributes to delete.FleetAttribute
public void setIamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a 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 Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a 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 Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a 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 UpdateFleetRequest withIamRoleArn(String iamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a 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 Amazon Resource Name (ARN) of the IAM role to apply to the fleet. To assume a role, a 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 UpdateFleetRequest 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 UpdateFleetRequest 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. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.
platform
- The platform of the fleet. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.PlatformType
public String getPlatform()
The platform of the fleet. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.
PlatformType
public UpdateFleetRequest withPlatform(String platform)
The platform of the fleet. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.
platform
- The platform of the fleet. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.PlatformType
public UpdateFleetRequest withPlatform(PlatformType platform)
The platform of the fleet. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.
platform
- The platform of the fleet. WINDOWS_SERVER_2019 and AMAZON_LINUX2 are supported for Elastic fleets.PlatformType
public void setMaxConcurrentSessions(Integer maxConcurrentSessions)
The maximum number of concurrent sessions for a fleet.
maxConcurrentSessions
- The maximum number of concurrent sessions for a fleet.public Integer getMaxConcurrentSessions()
The maximum number of concurrent sessions for a fleet.
public UpdateFleetRequest withMaxConcurrentSessions(Integer maxConcurrentSessions)
The maximum number of concurrent sessions for a fleet.
maxConcurrentSessions
- The maximum number of concurrent sessions for a fleet.public List<String> getUsbDeviceFilterStrings()
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.
public void setUsbDeviceFilterStrings(Collection<String> 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.
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.public UpdateFleetRequest withUsbDeviceFilterStrings(String... 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.
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 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.public UpdateFleetRequest withUsbDeviceFilterStrings(Collection<String> 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.
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.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 UpdateFleetRequest 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 UpdateFleetRequest 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 UpdateFleetRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()