Interface RegisterComputeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<RegisterComputeRequest.Builder,,RegisterComputeRequest> GameLiftRequest.Builder,SdkBuilder<RegisterComputeRequest.Builder,,RegisterComputeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
RegisterComputeRequest
@Mutable
@NotThreadSafe
public static interface RegisterComputeRequest.Builder
extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<RegisterComputeRequest.Builder,RegisterComputeRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncertificatePath(String certificatePath) The path to a TLS certificate on your compute resource.computeName(String computeName) A descriptive label for the compute resource.The DNS name of the compute resource.A unique identifier for the fleet to register the compute to.The IP address of the compute resource.The name of a custom location to associate with the compute resource being registered.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.gamelift.model.GameLiftRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
The path to a TLS certificate on your compute resource. Amazon GameLift Servers doesn't validate the path and certificate.
- Parameters:
certificatePath- The path to a TLS certificate on your compute resource. Amazon GameLift Servers doesn't validate the path and certificate.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dnsName
The DNS name of the compute resource. Amazon GameLift Servers requires either a DNS name or IP address.
- Parameters:
dnsName- The DNS name of the compute resource. Amazon GameLift Servers requires either a DNS name or IP address.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ipAddress
The IP address of the compute resource. Amazon GameLift Servers requires either a DNS name or IP address. When registering an Anywhere fleet, an IP address is required.
- Parameters:
ipAddress- The IP address of the compute resource. Amazon GameLift Servers requires either a DNS name or IP address. When registering an Anywhere fleet, an IP address is required.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
location
The name of a custom location to associate with the compute resource being registered. This parameter is required when registering a compute for an Anywhere fleet.
- Parameters:
location- The name of a custom location to associate with the compute resource being registered. This parameter is required when registering a compute for an Anywhere fleet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
RegisterComputeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
RegisterComputeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-