Package | Description |
---|---|
com.amazonaws.services.gamelift.model |
Modifier and Type | Method and Description |
---|---|
Build |
Build.clone() |
Build |
CreateBuildResult.getBuild()
Set of properties for the newly created build.
|
Build |
UpdateBuildResult.getBuild()
Object containing the updated build record.
|
Build |
DescribeBuildResult.getBuild()
Set of properties describing the requested build.
|
Build |
Build.withBuildId(String buildId)
Unique identifier for a build.
|
Build |
Build.withCreationTime(Date creationTime)
Time stamp indicating when this object was created.
|
Build |
Build.withName(String name)
Descriptive label associated with this build.
|
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 associated with this build.
|
Modifier and Type | Method and Description |
---|---|
List<Build> |
ListBuildsResult.getBuilds()
Collection of build records that match the request.
|
Modifier and Type | Method and Description |
---|---|
void |
CreateBuildResult.setBuild(Build build)
Set of properties for the newly created build.
|
void |
UpdateBuildResult.setBuild(Build build)
Object containing the updated build record.
|
void |
DescribeBuildResult.setBuild(Build build)
Set of properties describing the requested build.
|
CreateBuildResult |
CreateBuildResult.withBuild(Build build)
Set of properties for the newly created build.
|
UpdateBuildResult |
UpdateBuildResult.withBuild(Build build)
Object containing the updated build record.
|
DescribeBuildResult |
DescribeBuildResult.withBuild(Build build)
Set of properties describing the requested build.
|
ListBuildsResult |
ListBuildsResult.withBuilds(Build... builds)
Collection of build records that match the request.
|
Modifier and Type | Method and Description |
---|---|
void |
ListBuildsResult.setBuilds(Collection<Build> builds)
Collection of build records that match the request.
|
ListBuildsResult |
ListBuildsResult.withBuilds(Collection<Build> builds)
Collection of build records that match the request.
|
Copyright © 2018. All rights reserved.