Class CreateBuildResponse

    • Method Detail

      • build

        public final Build build()

        The newly created build resource, including a unique build IDs and status.

        Returns:
        The newly created build resource, including a unique build IDs and status.
      • uploadCredentials

        public final Credentials uploadCredentials()

        This element is returned only when the operation is called without a storage location. It contains credentials to use when you are uploading a build file to an Amazon S3 bucket that is owned by Amazon GameLift. Credentials have a limited life span. To refresh these credentials, call RequestUploadCredentials.

        Returns:
        This element is returned only when the operation is called without a storage location. It contains credentials to use when you are uploading a build file to an Amazon S3 bucket that is owned by Amazon GameLift. Credentials have a limited life span. To refresh these credentials, call RequestUploadCredentials.
      • storageLocation

        public final S3Location storageLocation()

        Amazon S3 location for your game build file, including bucket name and key.

        Returns:
        Amazon S3 location for your game build file, including bucket name and key.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object