FleetAttributes |
FleetAttributes.clone() |
|
FleetAttributes |
CreateFleetResult.getFleetAttributes() |
Properties for the newly created fleet.
|
FleetAttributes |
FleetAttributes.withBuildId(String buildId) |
Unique identifier for a build.
|
FleetAttributes |
FleetAttributes.withCreationTime(Date creationTime) |
Time stamp indicating when this object was created.
|
FleetAttributes |
FleetAttributes.withDescription(String description) |
Human-readable description of the fleet.
|
FleetAttributes |
FleetAttributes.withFleetId(String fleetId) |
Unique identifier for a fleet.
|
FleetAttributes |
FleetAttributes.withLogPaths(String... logPaths) |
Path to game-session log files generated by your game server.
|
FleetAttributes |
FleetAttributes.withLogPaths(Collection<String> logPaths) |
Path to game-session log files generated by your game server.
|
FleetAttributes |
FleetAttributes.withName(String name) |
Descriptive label associated with this fleet.
|
FleetAttributes |
FleetAttributes.withNewGameSessionProtectionPolicy(ProtectionPolicy newGameSessionProtectionPolicy) |
Type of game session protection to set for all new instances started in
the fleet.
|
FleetAttributes |
FleetAttributes.withNewGameSessionProtectionPolicy(String newGameSessionProtectionPolicy) |
Type of game session protection to set for all new instances started in
the fleet.
|
FleetAttributes |
FleetAttributes.withServerLaunchParameters(String serverLaunchParameters) |
Parameters required to launch your game server.
|
FleetAttributes |
FleetAttributes.withServerLaunchPath(String serverLaunchPath) |
Path to the launch executable for the game server.
|
FleetAttributes |
FleetAttributes.withStatus(FleetStatus status) |
Current status of the fleet.
|
FleetAttributes |
FleetAttributes.withStatus(String status) |
Current status of the fleet.
|
FleetAttributes |
FleetAttributes.withTerminationTime(Date terminationTime) |
Time stamp indicating when this fleet was terminated.
|