AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

This is the response object from the CreateBuild operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.GameLift.Model.CreateBuildResponse

Namespace: Amazon.GameLift.Model
Assembly: AWSSDK.GameLift.dll
Version: 3.x.y.z

Syntax

C#
public class CreateBuildResponse : AmazonWebServiceResponse

The CreateBuildResponse type exposes the following members

Constructors

NameDescription
Public Method CreateBuildResponse()

Properties

NameTypeDescription
Public Property Build Amazon.GameLift.Model.Build

Gets and sets the property Build.

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

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property StorageLocation Amazon.GameLift.Model.S3Location

Gets and sets the property StorageLocation.

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

Public Property UploadCredentials Amazon.GameLift.Model.Credentials

Gets and sets the property 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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5