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.

Container for the parameters to the UpdateBuild operation. Updates metadata in a build resource, including the build name and version. To update the metadata, specify the build ID to update and provide the new values. If successful, a build object containing the updated metadata is returned.

Learn more

Upload a Custom Server Build

All APIs by task

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.GameLift.AmazonGameLiftRequest
      Amazon.GameLift.Model.UpdateBuildRequest

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

Syntax

C#
public class UpdateBuildRequest : AmazonGameLiftRequest
         IAmazonWebServiceRequest

The UpdateBuildRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateBuildRequest()

Properties

NameTypeDescription
Public Property BuildId System.String

Gets and sets the property BuildId.

A unique identifier for the build to update. You can use either the build ID or ARN value.

Public Property Name System.String

Gets and sets the property Name.

A descriptive label associated with a build. Build names don't need to be unique.

Public Property Version System.String

Gets and sets the property Version.

Version information associated with a build or script. Version strings don't need to be unique.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5