public static interface RegisterComputeRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<RegisterComputeRequest.Builder,RegisterComputeRequest>
| Modifier and Type | Method and Description |
|---|---|
RegisterComputeRequest.Builder |
certificatePath(String certificatePath)
The path to the TLS certificate on your compute resource.
|
RegisterComputeRequest.Builder |
computeName(String computeName)
A descriptive label that is associated with the compute resource registered to your fleet.
|
RegisterComputeRequest.Builder |
dnsName(String dnsName)
The DNS name of the compute resource.
|
RegisterComputeRequest.Builder |
fleetId(String fleetId)
A unique identifier for the fleet to register the compute to.
|
RegisterComputeRequest.Builder |
ipAddress(String ipAddress)
The IP address of the compute resource.
|
RegisterComputeRequest.Builder |
location(String location)
The name of the custom location you added to the fleet you are registering this compute resource to.
|
RegisterComputeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
RegisterComputeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildRegisterComputeRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet to register the compute to. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet to register the compute to. You can use either the fleet ID or ARN
value.RegisterComputeRequest.Builder computeName(String computeName)
A descriptive label that is associated with the compute resource registered to your fleet.
computeName - A descriptive label that is associated with the compute resource registered to your fleet.RegisterComputeRequest.Builder certificatePath(String certificatePath)
The path to the TLS certificate on your compute resource. The path and certificate are not validated by Amazon GameLift.
certificatePath - The path to the TLS certificate on your compute resource. The path and certificate are not validated
by Amazon GameLift.RegisterComputeRequest.Builder dnsName(String dnsName)
The DNS name of the compute resource. Amazon GameLift requires the DNS name or IP address to manage your compute resource.
dnsName - The DNS name of the compute resource. Amazon GameLift requires the DNS name or IP address to manage
your compute resource.RegisterComputeRequest.Builder ipAddress(String ipAddress)
The IP address of the compute resource. Amazon GameLift requires the DNS name or IP address to manage your compute resource.
ipAddress - The IP address of the compute resource. Amazon GameLift requires the DNS name or IP address to manage
your compute resource.RegisterComputeRequest.Builder location(String location)
The name of the custom location you added to the fleet you are registering this compute resource to.
location - The name of the custom location you added to the fleet you are registering this compute resource to.RegisterComputeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderRegisterComputeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.