public static interface LocationModel.Builder extends SdkPojo, CopyableBuilder<LocationModel.Builder,LocationModel>
| Modifier and Type | Method and Description |
|---|---|
LocationModel.Builder |
locationArn(String locationArn)
The Amazon Resource Name (ARN) that is assigned to a
GameLift location resource and uniquely identifies it.
|
LocationModel.Builder |
locationName(String locationName)
The location's name.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLocationModel.Builder locationName(String locationName)
The location's name.
locationName - The location's name.LocationModel.Builder locationArn(String locationArn)
The Amazon Resource Name (ARN) that is assigned to a
GameLift location resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.
locationArn - The Amazon Resource Name (ARN) that is assigned to
a GameLift location resource and uniquely identifies it. ARNs are unique across all Regions. Format is
arn:aws:gamelift:<region>::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.Copyright © 2022. All rights reserved.