| Package | Description |
|---|---|
| com.amazonaws.services.gamelift.model |
| Modifier and Type | Method and Description |
|---|---|
Build |
Build.clone() |
Build |
UpdateBuildResult.getBuild()
The updated build record.
|
Build |
DescribeBuildResult.getBuild()
Set of properties describing the requested build.
|
Build |
CreateBuildResult.getBuild()
The newly created build record, including a unique build IDs and status.
|
Build |
Build.withBuildArn(String buildArn)
Amazon Resource Name (ARN) that is assigned to a
GameLift build resource and uniquely identifies it.
|
Build |
Build.withBuildId(String buildId)
A unique identifier for a build.
|
Build |
Build.withCreationTime(Date creationTime)
Time stamp indicating when this data object was created.
|
Build |
Build.withName(String name)
A descriptive label that is associated with a build.
|
Build |
Build.withOperatingSystem(OperatingSystem operatingSystem)
Operating system that the game server binaries are built to run on.
|
Build |
Build.withOperatingSystem(String operatingSystem)
Operating system that the game server binaries are built to run on.
|
Build |
Build.withSizeOnDisk(Long sizeOnDisk)
File size of the uploaded game build, expressed in bytes.
|
Build |
Build.withStatus(BuildStatus status)
Current status of the build.
|
Build |
Build.withStatus(String status)
Current status of the build.
|
Build |
Build.withVersion(String version)
Version information that is associated with a build or script.
|
| Modifier and Type | Method and Description |
|---|---|
List<Build> |
ListBuildsResult.getBuilds()
A collection of build records that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UpdateBuildResult.setBuild(Build build)
The updated build record.
|
void |
DescribeBuildResult.setBuild(Build build)
Set of properties describing the requested build.
|
void |
CreateBuildResult.setBuild(Build build)
The newly created build record, including a unique build IDs and status.
|
UpdateBuildResult |
UpdateBuildResult.withBuild(Build build)
The updated build record.
|
DescribeBuildResult |
DescribeBuildResult.withBuild(Build build)
Set of properties describing the requested build.
|
CreateBuildResult |
CreateBuildResult.withBuild(Build build)
The newly created build record, including a unique build IDs and status.
|
ListBuildsResult |
ListBuildsResult.withBuilds(Build... builds)
A collection of build records that match the request.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ListBuildsResult.setBuilds(Collection<Build> builds)
A collection of build records that match the request.
|
ListBuildsResult |
ListBuildsResult.withBuilds(Collection<Build> builds)
A collection of build records that match the request.
|
Copyright © 2020. All rights reserved.