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 Details

    • 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 is arn: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.