Cloneable
, ReadLimitInfo
, ToCopyableBuilder<UpdateFleetRequest.Builder,UpdateFleetRequest>
@Generated("software.amazon.awssdk:codegen") public class UpdateFleetRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<UpdateFleetRequest.Builder,UpdateFleetRequest>
Modifier and Type | Class | Description |
---|---|---|
static interface |
UpdateFleetRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
List<String> |
attributesToDelete() |
Fleet attributes to be deleted.
|
static UpdateFleetRequest.Builder |
builder() |
|
ComputeCapacity |
computeCapacity() |
The parameters for the capacity allocated to the fleet.
|
Boolean |
deleteVpcConfig() |
Delete the VPC association for the specified fleet.
|
String |
description() |
The description displayed to end users on the AppStream 2.0 portal.
|
Integer |
disconnectTimeoutInSeconds() |
The time after disconnection when a session is considered to have ended.
|
String |
displayName() |
The name displayed to end users on the AppStream 2.0 portal.
|
Boolean |
enableDefaultInternetAccess() |
Enables or disables default Internet access for the fleet.
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
imageName() |
The image name from which a fleet is created.
|
String |
instanceType() |
The instance type of compute resources for the fleet.
|
Integer |
maxUserDurationInSeconds() |
The maximum time for which a streaming session can run.
|
String |
name() |
The name of the fleet.
|
static Class<? extends UpdateFleetRequest.Builder> |
serializableBuilderClass() |
|
UpdateFleetRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
|
VpcConfig |
vpcConfig() |
The VPC configuration for the fleet.
|
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String imageName()
The image name from which a fleet is created.
public String name()
The name of the fleet.
public String instanceType()
The instance type of compute resources for the fleet. Fleet instances are launched from this instance type.
public ComputeCapacity computeCapacity()
The parameters for the capacity allocated to the fleet.
public VpcConfig vpcConfig()
The VPC configuration for the fleet.
public 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.
public 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.
public Boolean deleteVpcConfig()
Delete the VPC association for the specified fleet.
public String description()
The description displayed to end users on the AppStream 2.0 portal.
public String displayName()
The name displayed to end users on the AppStream 2.0 portal.
public Boolean enableDefaultInternetAccess()
Enables or disables default Internet access for the fleet.
public List<String> attributesToDelete()
Fleet attributes to be deleted.
FleetAttribute
public UpdateFleetRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<UpdateFleetRequest.Builder,UpdateFleetRequest>
public static UpdateFleetRequest.Builder builder()
public static Class<? extends UpdateFleetRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.