public static interface DescribeComputeRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<DescribeComputeRequest.Builder,DescribeComputeRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeComputeRequest.Builder |
computeName(String computeName)
The unique identifier of the compute resource to retrieve properties for.
|
DescribeComputeRequest.Builder |
fleetId(String fleetId)
A unique identifier for the fleet that the compute is registered to.
|
DescribeComputeRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeComputeRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeComputeRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet that the compute is registered to. You can use either the fleet ID or ARN value.
fleetId - A unique identifier for the fleet that the compute is registered to. You can use either the fleet ID
or ARN value.DescribeComputeRequest.Builder computeName(String computeName)
The unique identifier of the compute resource to retrieve properties for. For an Anywhere fleet compute, use the registered compute name. For a managed EC2 fleet instance, use the instance ID.
computeName - The unique identifier of the compute resource to retrieve properties for. For an Anywhere fleet
compute, use the registered compute name. For a managed EC2 fleet instance, use the instance ID.DescribeComputeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeComputeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.