static Instance.Builder |
Instance.builder() |
|
Instance.Builder |
Instance.Builder.creationTime(Instant creationTime) |
A time stamp indicating when this data object was created.
|
Instance.Builder |
Instance.Builder.dnsName(String dnsName) |
The DNS identifier assigned to the instance that is running the game session.
|
Instance.Builder |
Instance.Builder.fleetArn(String fleetArn) |
The Amazon Resource Name ( ARN) that is assigned to a
Amazon GameLift fleet resource and uniquely identifies it.
|
Instance.Builder |
Instance.Builder.fleetId(String fleetId) |
A unique identifier for the fleet that the instance belongs to.
|
Instance.Builder |
Instance.Builder.instanceId(String instanceId) |
A unique identifier for the instance.
|
Instance.Builder |
Instance.Builder.ipAddress(String ipAddress) |
IP address that is assigned to the instance.
|
Instance.Builder |
Instance.Builder.location(String location) |
The fleet location of the instance, expressed as an Amazon Web Services Region code, such as
us-west-2.
|
Instance.Builder |
Instance.Builder.operatingSystem(String operatingSystem) |
Operating system that is running on this EC2 instance.
|
Instance.Builder |
Instance.Builder.operatingSystem(OperatingSystem operatingSystem) |
Operating system that is running on this EC2 instance.
|
Instance.Builder |
Instance.Builder.status(String status) |
Current status of the instance.
|
Instance.Builder |
Instance.Builder.status(InstanceStatus status) |
Current status of the instance.
|
Instance.Builder |
Instance.toBuilder() |
|
Instance.Builder |
Instance.Builder.type(String type) |
EC2 instance type that defines the computing resources of this instance.
|
Instance.Builder |
Instance.Builder.type(EC2InstanceType type) |
EC2 instance type that defines the computing resources of this instance.
|