Interface CreateBuildResponse.Builder

    • Method Detail

      • build

        CreateBuildResponse.Builder build​(Build build)

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

        Parameters:
        build - The newly created build resource, including a unique build IDs and status.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • uploadCredentials

        CreateBuildResponse.Builder uploadCredentials​(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.

        Parameters:
        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:
        Returns a reference to this object so that method calls can be chained together.
      • storageLocation

        CreateBuildResponse.Builder storageLocation​(S3Location storageLocation)

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

        Parameters:
        storageLocation - Amazon S3 location for your game build file, including bucket name and key.
        Returns:
        Returns a reference to this object so that method calls can be chained together.