public static interface Compute.Builder extends SdkPojo, CopyableBuilder<Compute.Builder,Compute>
| Modifier and Type | Method and Description |
|---|---|
Compute.Builder |
computeArn(String computeArn)
The ARN that is assigned to a compute resource and uniquely identifies it.
|
Compute.Builder |
computeName(String computeName)
A descriptive label for the compute resource.
|
Compute.Builder |
computeStatus(ComputeStatus computeStatus)
Current status of the compute.
|
Compute.Builder |
computeStatus(String computeStatus)
Current status of the compute.
|
Compute.Builder |
creationTime(Instant creationTime)
A time stamp indicating when this data object was created.
|
Compute.Builder |
dnsName(String dnsName)
The DNS name of a compute resource.
|
Compute.Builder |
fleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet that the compute belongs to.
|
Compute.Builder |
fleetId(String fleetId)
A unique identifier for the fleet that the compute belongs to.
|
Compute.Builder |
gameLiftServiceSdkEndpoint(String gameLiftServiceSdkEndpoint)
The Amazon GameLift SDK endpoint connection for a registered compute resource in an Anywhere fleet.
|
Compute.Builder |
ipAddress(String ipAddress)
The IP address of a compute resource.
|
Compute.Builder |
location(String location)
The name of the custom location you added to the fleet that this compute resource resides in.
|
Compute.Builder |
operatingSystem(OperatingSystem operatingSystem)
The type of operating system on the compute resource.
|
Compute.Builder |
operatingSystem(String operatingSystem)
The type of operating system on the compute resource.
|
Compute.Builder |
type(EC2InstanceType type)
The Amazon EC2 instance type that the fleet uses.
|
Compute.Builder |
type(String type)
The Amazon EC2 instance type that the fleet uses.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCompute.Builder fleetId(String fleetId)
A unique identifier for the fleet that the compute belongs to.
fleetId - A unique identifier for the fleet that the compute belongs to.Compute.Builder fleetArn(String fleetArn)
The Amazon Resource Name (ARN) of the fleet that the compute belongs to.
fleetArn - The Amazon Resource Name (ARN) of the fleet that the compute belongs to.Compute.Builder computeName(String computeName)
A descriptive label for the compute resource. For instances in a managed EC2 fleet, the compute name is an instance ID.
computeName - A descriptive label for the compute resource. For instances in a managed EC2 fleet, the compute name
is an instance ID.Compute.Builder computeArn(String computeArn)
The ARN that is assigned to a compute resource and uniquely identifies it. ARNs are unique across locations. Instances in managed EC2 fleets are not assigned a ComputeARN.
computeArn - The ARN that is assigned to a compute resource and uniquely identifies it. ARNs are unique across
locations. Instances in managed EC2 fleets are not assigned a ComputeARN.Compute.Builder ipAddress(String ipAddress)
The IP address of a compute resource. Amazon GameLift requires a DNS name or IP address for a compute.
ipAddress - The IP address of a compute resource. Amazon GameLift requires a DNS name or IP address for a compute.Compute.Builder dnsName(String dnsName)
The DNS name of a compute resource. Amazon GameLift requires a DNS name or IP address for a compute.
dnsName - The DNS name of a compute resource. Amazon GameLift requires a DNS name or IP address for a compute.Compute.Builder computeStatus(String computeStatus)
Current status of the compute. A compute must have an ACTIVE status to host game sessions.
computeStatus - Current status of the compute. A compute must have an ACTIVE status to host game
sessions.ComputeStatus,
ComputeStatusCompute.Builder computeStatus(ComputeStatus computeStatus)
Current status of the compute. A compute must have an ACTIVE status to host game sessions.
computeStatus - Current status of the compute. A compute must have an ACTIVE status to host game
sessions.ComputeStatus,
ComputeStatusCompute.Builder location(String location)
The name of the custom location you added to the fleet that this compute resource resides in.
location - The name of the custom location you added to the fleet that this compute resource resides in.Compute.Builder creationTime(Instant creationTime)
A time stamp indicating when this data object was created. Format is a number expressed in Unix time as
milliseconds (for example "1469498468.057").
creationTime - A time stamp indicating when this data object was created. Format is a number expressed in Unix time
as milliseconds (for example "1469498468.057").Compute.Builder operatingSystem(String operatingSystem)
The type of operating system on the compute resource.
operatingSystem - The type of operating system on the compute resource.OperatingSystem,
OperatingSystemCompute.Builder operatingSystem(OperatingSystem operatingSystem)
The type of operating system on the compute resource.
operatingSystem - The type of operating system on the compute resource.OperatingSystem,
OperatingSystemCompute.Builder type(String type)
The Amazon EC2 instance type that the fleet uses. For registered computes in an Amazon GameLift Anywhere fleet, this property is empty.
type - The Amazon EC2 instance type that the fleet uses. For registered computes in an Amazon GameLift
Anywhere fleet, this property is empty.EC2InstanceType,
EC2InstanceTypeCompute.Builder type(EC2InstanceType type)
The Amazon EC2 instance type that the fleet uses. For registered computes in an Amazon GameLift Anywhere fleet, this property is empty.
type - The Amazon EC2 instance type that the fleet uses. For registered computes in an Amazon GameLift
Anywhere fleet, this property is empty.EC2InstanceType,
EC2InstanceTypeCompute.Builder gameLiftServiceSdkEndpoint(String gameLiftServiceSdkEndpoint)
The Amazon GameLift SDK endpoint connection for a registered compute resource in an Anywhere fleet. The game servers on the compute use this endpoint to connect to the Amazon GameLift service.
gameLiftServiceSdkEndpoint - The Amazon GameLift SDK endpoint connection for a registered compute resource in an Anywhere fleet.
The game servers on the compute use this endpoint to connect to the Amazon GameLift service.Copyright © 2023. All rights reserved.