public class CreateBuildResult extends Object implements Serializable, Cloneable
Represents the returned data in response to a request action.
Constructor and Description |
---|
CreateBuildResult() |
Modifier and Type | Method and Description |
---|---|
CreateBuildResult |
clone() |
boolean |
equals(Object obj) |
Build |
getBuild()
Set of properties for the newly created build.
|
S3Location |
getStorageLocation()
Amazon S3 path and key, identifying where the game build files are
stored.
|
Credentials |
getUploadCredentials()
AWS credentials required when uploading a game build to the storage
location.
|
int |
hashCode() |
void |
setBuild(Build build)
Set of properties for the newly created build.
|
void |
setStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are
stored.
|
void |
setUploadCredentials(Credentials uploadCredentials)
AWS credentials required when uploading a game build to the storage
location.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateBuildResult |
withBuild(Build build)
Set of properties for the newly created build.
|
CreateBuildResult |
withStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are
stored.
|
CreateBuildResult |
withUploadCredentials(Credentials uploadCredentials)
AWS credentials required when uploading a game build to the storage
location.
|
public void setBuild(Build build)
Set of properties for the newly created build.
build
- Set of properties for the newly created build.public Build getBuild()
Set of properties for the newly created build.
public CreateBuildResult withBuild(Build build)
Set of properties for the newly created build.
build
- Set of properties for the newly created build.public void setUploadCredentials(Credentials uploadCredentials)
AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials.
uploadCredentials
- AWS credentials required when uploading a game build to the
storage location. These credentials have a limited lifespan and
are valid only for the build they were issued for. If you need to
get fresh credentials, call RequestUploadCredentials.public Credentials getUploadCredentials()
AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials.
public CreateBuildResult withUploadCredentials(Credentials uploadCredentials)
AWS credentials required when uploading a game build to the storage location. These credentials have a limited lifespan and are valid only for the build they were issued for. If you need to get fresh credentials, call RequestUploadCredentials.
uploadCredentials
- AWS credentials required when uploading a game build to the
storage location. These credentials have a limited lifespan and
are valid only for the build they were issued for. If you need to
get fresh credentials, call RequestUploadCredentials.public void setStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are stored.
storageLocation
- Amazon S3 path and key, identifying where the game build files are
stored.public S3Location getStorageLocation()
Amazon S3 path and key, identifying where the game build files are stored.
public CreateBuildResult withStorageLocation(S3Location storageLocation)
Amazon S3 path and key, identifying where the game build files are stored.
storageLocation
- Amazon S3 path and key, identifying where the game build files are
stored.public String toString()
toString
in class Object
Object.toString()
public CreateBuildResult clone()
Copyright © 2013 Amazon Web Services, Inc. All Rights Reserved.