public static interface ResolveAliasResponse.Builder extends GameLiftResponse.Builder, SdkPojo, CopyableBuilder<ResolveAliasResponse.Builder,ResolveAliasResponse>
| Modifier and Type | Method and Description |
|---|---|
ResolveAliasResponse.Builder |
fleetArn(String fleetArn)
The Amazon Resource Name (ARN) associated with the
GameLift fleet resource that this alias points to.
|
ResolveAliasResponse.Builder |
fleetId(String fleetId)
The fleet identifier that the alias is pointing to.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildResolveAliasResponse.Builder fleetId(String fleetId)
The fleet identifier that the alias is pointing to.
fleetId - The fleet identifier that the alias is pointing to.ResolveAliasResponse.Builder fleetArn(String fleetArn)
The Amazon Resource Name (ARN) associated with the GameLift fleet resource that this alias points to.
fleetArn - The Amazon Resource Name (ARN) associated with the
GameLift fleet resource that this alias points to.Copyright © 2023. All rights reserved.