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 a TLS certificate on your compute resource.
|
RegisterComputeRequest.Builder |
computeName(String computeName)
A descriptive label for the compute resource.
|
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 a custom location to associate with the compute resource being registered.
|
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 for the compute resource.
computeName - A descriptive label for the compute resource.RegisterComputeRequest.Builder certificatePath(String certificatePath)
The path to a TLS certificate on your compute resource. Amazon GameLift doesn't validate the path and certificate.
certificatePath - The path to a TLS certificate on your compute resource. Amazon GameLift doesn't validate the path and
certificate.RegisterComputeRequest.Builder dnsName(String dnsName)
The DNS name of the compute resource. Amazon GameLift requires either a DNS name or IP address.
dnsName - The DNS name of the compute resource. Amazon GameLift requires either a DNS name or IP address.RegisterComputeRequest.Builder ipAddress(String ipAddress)
The IP address of the compute resource. Amazon GameLift requires either a DNS name or IP address.
ipAddress - The IP address of the compute resource. Amazon GameLift requires either a DNS name or IP address.RegisterComputeRequest.Builder location(String location)
The name of a custom location to associate with the compute resource being registered.
location - The name of a custom location to associate with the compute resource being registered.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.