CopyableBuilder<UpdateFleetRequest.Builder,UpdateFleetRequest>
, SdkBuilder<UpdateFleetRequest.Builder,UpdateFleetRequest>
public static interface UpdateFleetRequest.Builder extends CopyableBuilder<UpdateFleetRequest.Builder,UpdateFleetRequest>
Modifier and Type | Method | Description |
---|---|---|
UpdateFleetRequest.Builder |
attributesToDelete(String... attributesToDelete) |
Fleet attributes to be deleted.
|
UpdateFleetRequest.Builder |
attributesToDelete(Collection<String> attributesToDelete) |
Fleet attributes to be deleted.
|
UpdateFleetRequest.Builder |
attributesToDelete(FleetAttribute... attributesToDelete) |
Fleet attributes to be deleted.
|
UpdateFleetRequest.Builder |
computeCapacity(ComputeCapacity computeCapacity) |
The parameters for the capacity allocated to the fleet.
|
UpdateFleetRequest.Builder |
deleteVpcConfig(Boolean deleteVpcConfig) |
Delete the VPC association for the specified fleet.
|
UpdateFleetRequest.Builder |
description(String description) |
The description displayed to end users on the AppStream 2.0 portal.
|
UpdateFleetRequest.Builder |
disconnectTimeoutInSeconds(Integer disconnectTimeoutInSeconds) |
The time after disconnection when a session is considered to have ended.
|
UpdateFleetRequest.Builder |
displayName(String displayName) |
The name displayed to end users on the AppStream 2.0 portal.
|
UpdateFleetRequest.Builder |
enableDefaultInternetAccess(Boolean enableDefaultInternetAccess) |
Enables or disables default Internet access for the fleet.
|
UpdateFleetRequest.Builder |
imageName(String imageName) |
The image name from which a fleet is created.
|
UpdateFleetRequest.Builder |
instanceType(String instanceType) |
The instance type of compute resources for the fleet.
|
UpdateFleetRequest.Builder |
maxUserDurationInSeconds(Integer maxUserDurationInSeconds) |
The maximum time for which a streaming session can run.
|
UpdateFleetRequest.Builder |
name(String name) |
The name of the fleet.
|
UpdateFleetRequest.Builder |
vpcConfig(VpcConfig vpcConfig) |
The VPC configuration for the fleet.
|
copy
apply, build
UpdateFleetRequest.Builder imageName(String imageName)
The image name from which a fleet is created.
imageName
- The image name from which a fleet is created.UpdateFleetRequest.Builder name(String name)
The name of the fleet.
name
- The name of the fleet.UpdateFleetRequest.Builder instanceType(String instanceType)
The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.
instanceType
- The instance type of compute resources for the fleet. Fleet instances are launched from this instance
type.UpdateFleetRequest.Builder computeCapacity(ComputeCapacity computeCapacity)
The parameters for the capacity allocated to the fleet.
computeCapacity
- The parameters for the capacity allocated to the fleet.UpdateFleetRequest.Builder vpcConfig(VpcConfig vpcConfig)
The VPC configuration for the fleet.
vpcConfig
- The VPC configuration for the fleet.UpdateFleetRequest.Builder maxUserDurationInSeconds(Integer maxUserDurationInSeconds)
The maximum time for which a streaming session can run. The input can be any numeric value in seconds between 600 and 57600.
maxUserDurationInSeconds
- The maximum time for which a streaming session can run. The input can be any numeric value in seconds
between 600 and 57600.UpdateFleetRequest.Builder disconnectTimeoutInSeconds(Integer disconnectTimeoutInSeconds)
The time after disconnection when a session is considered to have ended. If a user who got disconnected reconnects within this timeout interval, the user is connected back to their previous session. The input can be any numeric value in seconds between 60 and 57600.
disconnectTimeoutInSeconds
- The time after disconnection when a session is considered to have ended. If a user who got
disconnected reconnects within this timeout interval, the user is connected back to their previous
session. The input can be any numeric value in seconds between 60 and 57600.UpdateFleetRequest.Builder deleteVpcConfig(Boolean deleteVpcConfig)
Delete the VPC association for the specified fleet.
deleteVpcConfig
- Delete the VPC association for the specified fleet.UpdateFleetRequest.Builder description(String description)
The description displayed to end users on the AppStream 2.0 portal.
description
- The description displayed to end users on the AppStream 2.0 portal.UpdateFleetRequest.Builder displayName(String displayName)
The name displayed to end users on the AppStream 2.0 portal.
displayName
- The name displayed to end users on the AppStream 2.0 portal.UpdateFleetRequest.Builder enableDefaultInternetAccess(Boolean enableDefaultInternetAccess)
Enables or disables default Internet access for the fleet.
enableDefaultInternetAccess
- Enables or disables default Internet access for the fleet.UpdateFleetRequest.Builder attributesToDelete(Collection<String> attributesToDelete)
Fleet attributes to be deleted.
attributesToDelete
- Fleet attributes to be deleted.FleetAttribute
UpdateFleetRequest.Builder attributesToDelete(String... attributesToDelete)
Fleet attributes to be deleted.
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
- Fleet attributes to be deleted.FleetAttribute
UpdateFleetRequest.Builder attributesToDelete(FleetAttribute... attributesToDelete)
Fleet attributes to be deleted.
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
- Fleet attributes to be deleted.FleetAttribute
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.