Package | Description |
---|---|
com.amazonaws.services.gamelift.model | |
com.amazonaws.services.gamelift.model.transform |
Modifier and Type | Field and Description |
---|---|
private Build |
UpdateBuildResult.build
Object containing the updated build record.
|
private Build |
DescribeBuildResult.build
Set of properties describing the requested build.
|
private Build |
CreateBuildResult.build
Set of properties for the newly created build.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<Build> |
ListBuildsResult.builds
Collection of build records that match the request.
|
Modifier and Type | Method and Description |
---|---|
Build |
Build.clone() |
Build |
UpdateBuildResult.getBuild()
Object containing the updated build record.
|
Build |
DescribeBuildResult.getBuild()
Set of properties describing the requested build.
|
Build |
CreateBuildResult.getBuild()
Set of properties for the newly created build.
|
Build |
Build.withBuildId(java.lang.String buildId)
Unique identifier for a build.
|
Build |
Build.withCreationTime(java.util.Date creationTime)
Time stamp indicating when this object was created.
|
Build |
Build.withName(java.lang.String name)
Descriptive label associated with this build.
|
Build |
Build.withSizeOnDisk(java.lang.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(java.lang.String status)
Current status of the build.
|
Build |
Build.withVersion(java.lang.String version)
Version associated with this build.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Build> |
ListBuildsResult.getBuilds()
Collection of build records that match the request.
|
Modifier and Type | Method and Description |
---|---|
void |
UpdateBuildResult.setBuild(Build build)
Object containing the updated build record.
|
void |
DescribeBuildResult.setBuild(Build build)
Set of properties describing the requested build.
|
void |
CreateBuildResult.setBuild(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.
|
CreateBuildResult |
CreateBuildResult.withBuild(Build build)
Set of properties for the newly created build.
|
ListBuildsResult |
ListBuildsResult.withBuilds(Build... builds)
Collection of build records that match the request.
|
Modifier and Type | Method and Description |
---|---|
void |
ListBuildsResult.setBuilds(java.util.Collection<Build> builds)
Collection of build records that match the request.
|
ListBuildsResult |
ListBuildsResult.withBuilds(java.util.Collection<Build> builds)
Collection of build records that match the request.
|
Modifier and Type | Method and Description |
---|---|
Build |
BuildJsonUnmarshaller.unmarshall(JsonUnmarshallerContext context) |
Modifier and Type | Method and Description |
---|---|
void |
BuildJsonMarshaller.marshall(Build build,
StructuredJsonGenerator jsonGenerator)
Marshall the given parameter object, and output to a SdkJsonGenerator
|