static Compute.Builder |
Compute.builder() |
|
Compute.Builder |
Compute.Builder.computeArn(String computeArn) |
The ARN that is assigned to a compute resource and uniquely identifies it.
|
Compute.Builder |
Compute.Builder.computeName(String computeName) |
A descriptive label for the compute resource.
|
Compute.Builder |
Compute.Builder.computeStatus(String computeStatus) |
Current status of the compute.
|
Compute.Builder |
Compute.Builder.computeStatus(ComputeStatus computeStatus) |
Current status of the compute.
|
default Compute.Builder |
Compute.Builder.containerAttributes(Consumer<ContainerAttributes.Builder> containerAttributes) |
Some attributes of a container.
|
Compute.Builder |
Compute.Builder.containerAttributes(ContainerAttributes containerAttributes) |
Some attributes of a container.
|
Compute.Builder |
Compute.Builder.creationTime(Instant creationTime) |
A time stamp indicating when this data object was created.
|
Compute.Builder |
Compute.Builder.dnsName(String dnsName) |
The DNS name of a compute resource.
|
Compute.Builder |
Compute.Builder.fleetArn(String fleetArn) |
The Amazon Resource Name (ARN) of the fleet that the compute belongs to.
|
Compute.Builder |
Compute.Builder.fleetId(String fleetId) |
A unique identifier for the fleet that the compute belongs to.
|
Compute.Builder |
Compute.Builder.gameLiftAgentEndpoint(String gameLiftAgentEndpoint) |
The endpoint of the Amazon GameLift Agent.
|
Compute.Builder |
Compute.Builder.gameLiftServiceSdkEndpoint(String gameLiftServiceSdkEndpoint) |
The Amazon GameLift SDK endpoint connection for a registered compute resource in an Anywhere fleet.
|
Compute.Builder |
Compute.Builder.instanceId(String instanceId) |
The InstanceID of the Instance hosting the compute for Container and Managed EC2
fleets.
|
Compute.Builder |
Compute.Builder.ipAddress(String ipAddress) |
The IP address of a compute resource.
|
Compute.Builder |
Compute.Builder.location(String location) |
The name of the custom location you added to the fleet that this compute resource resides in.
|
Compute.Builder |
Compute.Builder.operatingSystem(String operatingSystem) |
The type of operating system on the compute resource.
|
Compute.Builder |
Compute.Builder.operatingSystem(OperatingSystem operatingSystem) |
The type of operating system on the compute resource.
|
Compute.Builder |
Compute.toBuilder() |
|
Compute.Builder |
Compute.Builder.type(String type) |
The Amazon EC2 instance type that the fleet uses.
|
Compute.Builder |
Compute.Builder.type(EC2InstanceType type) |
The Amazon EC2 instance type that the fleet uses.
|