Interface RegisterComputeRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RegisterComputeRequest.Builder,RegisterComputeRequest>,GameLiftRequest.Builder,SdkBuilder<RegisterComputeRequest.Builder,RegisterComputeRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- RegisterComputeRequest
public static interface RegisterComputeRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<RegisterComputeRequest.Builder,RegisterComputeRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RegisterComputeRequest.BuildercertificatePath(String certificatePath)The path to a TLS certificate on your compute resource.RegisterComputeRequest.BuildercomputeName(String computeName)A descriptive label for the compute resource.RegisterComputeRequest.BuilderdnsName(String dnsName)The DNS name of the compute resource.RegisterComputeRequest.BuilderfleetId(String fleetId)A unique identifier for the fleet to register the compute to.RegisterComputeRequest.BuilderipAddress(String ipAddress)The IP address of the compute resource.RegisterComputeRequest.Builderlocation(String location)The name of a custom location to associate with the compute resource being registered.RegisterComputeRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)RegisterComputeRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
fleetId
RegisterComputeRequest.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.
- Parameters:
fleetId- A unique identifier for the fleet to register the compute to. You can use either the fleet ID or ARN value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
computeName
RegisterComputeRequest.Builder computeName(String computeName)
A descriptive label for the compute resource.
- Parameters:
computeName- A descriptive label for the compute resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
certificatePath
RegisterComputeRequest.Builder certificatePath(String certificatePath)
The path to a TLS certificate on your compute resource. Amazon GameLift doesn't validate the path and certificate.
- Parameters:
certificatePath- The path to a TLS certificate on your compute resource. Amazon GameLift doesn't validate the path and certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsName
RegisterComputeRequest.Builder dnsName(String dnsName)
The DNS name of the compute resource. Amazon GameLift requires either a DNS name or IP address.
- Parameters:
dnsName- The DNS name of the compute resource. Amazon GameLift requires either a DNS name or IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddress
RegisterComputeRequest.Builder ipAddress(String ipAddress)
The IP address of the compute resource. Amazon GameLift requires either a DNS name or IP address.
- Parameters:
ipAddress- The IP address of the compute resource. Amazon GameLift requires either a DNS name or IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
RegisterComputeRequest.Builder location(String location)
The name of a custom location to associate with the compute resource being registered.
- Parameters:
location- The name of a custom location to associate with the compute resource being registered.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RegisterComputeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
RegisterComputeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-