public static interface GetComputeAuthTokenRequest.Builder extends GameLiftRequest.Builder, SdkPojo, CopyableBuilder<GetComputeAuthTokenRequest.Builder,GetComputeAuthTokenRequest>
| Modifier and Type | Method and Description |
|---|---|
GetComputeAuthTokenRequest.Builder |
computeName(String computeName)
The name of the compute resource you are requesting the authentication token for.
|
GetComputeAuthTokenRequest.Builder |
fleetId(String fleetId)
A unique identifier for the fleet that the compute is registered to.
|
GetComputeAuthTokenRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetComputeAuthTokenRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetComputeAuthTokenRequest.Builder fleetId(String fleetId)
A unique identifier for the fleet that the compute is registered to.
fleetId - A unique identifier for the fleet that the compute is registered to.GetComputeAuthTokenRequest.Builder computeName(String computeName)
The name of the compute resource you are requesting the authentication token for.
computeName - The name of the compute resource you are requesting the authentication token for.GetComputeAuthTokenRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetComputeAuthTokenRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.