GetBuildPlainArgs

data class GetBuildPlainArgs(val buildId: String) : ConvertibleToJava<GetBuildPlainArgs>

Constructors

Link copied to clipboard
constructor(buildId: String)

Properties

Link copied to clipboard

A unique identifier for a build to be deployed on the new fleet. If you are deploying the fleet with a custom game build, you must specify this property. The build must have been successfully uploaded to Amazon GameLift and be in a READY status. This fleet setting cannot be changed once the fleet is created.

Functions

Link copied to clipboard
open override fun toJava(): GetBuildPlainArgs