Interface LocationModel.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LocationModel.Builder,LocationModel>,SdkBuilder<LocationModel.Builder,LocationModel>,SdkPojo
- Enclosing class:
- LocationModel
public static interface LocationModel.Builder extends SdkPojo, CopyableBuilder<LocationModel.Builder,LocationModel>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LocationModel.BuilderlocationArn(String locationArn)The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift location resource and uniquely identifies it.LocationModel.BuilderlocationName(String locationName)The location's name.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
locationName
LocationModel.Builder locationName(String locationName)
The location's name.
- Parameters:
locationName- The location's name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
locationArn
LocationModel.Builder locationArn(String locationArn)
The Amazon Resource Name (ARN) that is assigned to a Amazon 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.- Parameters:
locationArn- The Amazon Resource Name (ARN) that is assigned to a Amazon GameLift location resource and uniquely identifies it. ARNs are unique across all Regions. Format isarn:aws:gamelift:<region>::location/location-a1234567-b8c9-0d1e-2fa3-b45c6d7e8912.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-