| Package | Description |
|---|---|
| software.amazon.awssdk.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
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
GameLift fleet resource and uniquely identifies it.
|
Instance.Builder |
Instance.Builder.fleetId(String fleetId)
A unique identifier for the fleet that the instance is in.
|
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(OperatingSystem operatingSystem)
Operating system that is running on this instance.
|
Instance.Builder |
Instance.Builder.operatingSystem(String operatingSystem)
Operating system that is running on this instance.
|
Instance.Builder |
Instance.Builder.status(InstanceStatus status)
Current status of the instance.
|
Instance.Builder |
Instance.Builder.status(String status)
Current status of the instance.
|
Instance.Builder |
Instance.toBuilder() |
Instance.Builder |
Instance.Builder.type(EC2InstanceType type)
Amazon EC2 instance type that defines the computing resources of this instance.
|
Instance.Builder |
Instance.Builder.type(String type)
Amazon EC2 instance type that defines the computing resources of this instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Instance.Builder> |
Instance.serializableBuilderClass() |
Copyright © 2022. All rights reserved.