Class RequestUploadCredentialsResult
- All Implemented Interfaces:
Serializable
,Cloneable
Represents the returned data in response to a request action.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Amazon S3 path and key, identifying where the game build files are stored.AWS credentials required when uploading a game build to the storage location.int
hashCode()
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.toString()
Returns a string representation of this object; useful for testing and debugging.withStorageLocation
(S3Location storageLocation) Amazon S3 path and key, identifying where the game build files are stored.withUploadCredentials
(Credentials uploadCredentials) AWS credentials required when uploading a game build to the storage location.
-
Constructor Details
-
RequestUploadCredentialsResult
public RequestUploadCredentialsResult()
-
-
Method Details
-
setUploadCredentials
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.
- Parameters:
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.
-
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.
- Returns:
- 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.
-
withUploadCredentials
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setStorageLocation
Amazon S3 path and key, identifying where the game build files are stored.
- Parameters:
storageLocation
- Amazon S3 path and key, identifying where the game build files are stored.
-
getStorageLocation
Amazon S3 path and key, identifying where the game build files are stored.
- Returns:
- Amazon S3 path and key, identifying where the game build files are stored.
-
withStorageLocation
Amazon S3 path and key, identifying where the game build files are stored.
- Parameters:
storageLocation
- Amazon S3 path and key, identifying where the game build files are stored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-