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
Namespace: Amazon.GameLift.Model
Assembly: AWSSDK.GameLift.dll
Version: 3.x.y.z
public class UpdateBuildRequest : AmazonGameLiftRequest IAmazonWebServiceRequest
The UpdateBuildRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
UpdateBuildRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
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. |
|
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. |
|
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. |
.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