AWS SDK Version 4 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. This API works with the following fleet types: EC2

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 that is associated with a build. Build names do not need to be unique.

Public Property Version System.String

Gets and sets the property Version.

Version information that is associated with a build or script. Version strings do not 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.7.2 and newer