Class RequestUploadCredentialsResult

    • Constructor Detail

      • RequestUploadCredentialsResult

        public RequestUploadCredentialsResult()
    • Method Detail

      • setUploadCredentials

        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.

        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

        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.

        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

        public RequestUploadCredentialsResult 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.

        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

        public void setStorageLocation​(S3Location storageLocation)

        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

        public S3Location 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

        public RequestUploadCredentialsResult withStorageLocation​(S3Location storageLocation)

        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

        public String toString()
        Returns a string representation of this object; useful for testing and debugging.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object