CopyableBuilder<Instance.Builder,Instance>
, SdkBuilder<Instance.Builder,Instance>
public static interface Instance.Builder extends CopyableBuilder<Instance.Builder,Instance>
Modifier and Type | Method | Description |
---|---|---|
Instance.Builder |
creationTime(Date creationTime) |
Time stamp indicating when this data object was created.
|
Instance.Builder |
fleetId(String fleetId) |
Unique identifier for a fleet that the instance is in.
|
Instance.Builder |
instanceId(String instanceId) |
Unique identifier for an instance.
|
Instance.Builder |
ipAddress(String ipAddress) |
IP address assigned to the instance.
|
Instance.Builder |
operatingSystem(String operatingSystem) |
Operating system that is running on this instance.
|
Instance.Builder |
operatingSystem(OperatingSystem operatingSystem) |
Operating system that is running on this instance.
|
Instance.Builder |
status(String status) |
Current status of the instance.
|
Instance.Builder |
status(InstanceStatus status) |
Current status of the instance.
|
Instance.Builder |
type(String type) |
EC2 instance type that defines the computing resources of this instance.
|
Instance.Builder |
type(EC2InstanceType type) |
EC2 instance type that defines the computing resources of this instance.
|
copy
apply, build
Instance.Builder fleetId(String fleetId)
Unique identifier for a fleet that the instance is in.
fleetId
- Unique identifier for a fleet that the instance is in.Instance.Builder instanceId(String instanceId)
Unique identifier for an instance.
instanceId
- Unique identifier for an instance.Instance.Builder ipAddress(String ipAddress)
IP address assigned to the instance.
ipAddress
- IP address assigned to the instance.Instance.Builder operatingSystem(String operatingSystem)
Operating system that is running on this instance.
operatingSystem
- Operating system that is running on this instance.OperatingSystem
Instance.Builder operatingSystem(OperatingSystem operatingSystem)
Operating system that is running on this instance.
operatingSystem
- Operating system that is running on this instance.OperatingSystem
Instance.Builder type(String type)
EC2 instance type that defines the computing resources of this instance.
type
- EC2 instance type that defines the computing resources of this instance.EC2InstanceType
Instance.Builder type(EC2InstanceType type)
EC2 instance type that defines the computing resources of this instance.
type
- EC2 instance type that defines the computing resources of this instance.EC2InstanceType
Instance.Builder status(String status)
Current status of the instance. Possible statuses include the following:
PENDING – The instance is in the process of being created and launching server processes as defined in the fleet's runtime configuration.
ACTIVE – The instance has been successfully created and at least one server process has successfully launched and reported back to Amazon GameLift that it is ready to host a game session. The instance is now considered ready to host game sessions.
TERMINATING – The instance is in the process of shutting down. This may happen to reduce capacity during a scaling down event or to recycle resources in the event of a problem.
status
- Current status of the instance. Possible statuses include the following:
PENDING – The instance is in the process of being created and launching server processes as defined in the fleet's runtime configuration.
ACTIVE – The instance has been successfully created and at least one server process has successfully launched and reported back to Amazon GameLift that it is ready to host a game session. The instance is now considered ready to host game sessions.
TERMINATING – The instance is in the process of shutting down. This may happen to reduce capacity during a scaling down event or to recycle resources in the event of a problem.
InstanceStatus
Instance.Builder status(InstanceStatus status)
Current status of the instance. Possible statuses include the following:
PENDING – The instance is in the process of being created and launching server processes as defined in the fleet's runtime configuration.
ACTIVE – The instance has been successfully created and at least one server process has successfully launched and reported back to Amazon GameLift that it is ready to host a game session. The instance is now considered ready to host game sessions.
TERMINATING – The instance is in the process of shutting down. This may happen to reduce capacity during a scaling down event or to recycle resources in the event of a problem.
status
- Current status of the instance. Possible statuses include the following:
PENDING – The instance is in the process of being created and launching server processes as defined in the fleet's runtime configuration.
ACTIVE – The instance has been successfully created and at least one server process has successfully launched and reported back to Amazon GameLift that it is ready to host a game session. The instance is now considered ready to host game sessions.
TERMINATING – The instance is in the process of shutting down. This may happen to reduce capacity during a scaling down event or to recycle resources in the event of a problem.
InstanceStatus
Instance.Builder creationTime(Date creationTime)
Time stamp indicating when this data object was created. Format is a number expressed in Unix time as milliseconds (for example "1469498468.057").
creationTime
- Time stamp indicating when this data object was created. Format is a number expressed in Unix time as
milliseconds (for example "1469498468.057").Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.