Amazon.GameLift.AmazonGameLiftClient.UpdateBuild C# (CSharp) Method

UpdateBuild() public method

Updates metadata in a build record, 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.
/// The service encountered an unrecoverable internal failure while processing the request. /// Clients can retry such requests immediately or after a waiting period. /// /// One or more parameter values in the request are invalid. Correct the invalid parameter /// values before retrying. /// /// A service resource associated with the request could not be found. Clients should /// not retry such requests. /// /// The client failed authentication. Clients should not retry such requests. ///
public UpdateBuild ( UpdateBuildRequest request ) : Amazon.GameLift.Model.UpdateBuildResponse
request Amazon.GameLift.Model.UpdateBuildRequest Container for the necessary parameters to execute the UpdateBuild service method.
return Amazon.GameLift.Model.UpdateBuildResponse
        public UpdateBuildResponse UpdateBuild(UpdateBuildRequest request)
        {
            var marshaller = new UpdateBuildRequestMarshaller();
            var unmarshaller = UpdateBuildResponseUnmarshaller.Instance;

            return Invoke<UpdateBuildRequest,UpdateBuildResponse>(request, marshaller, unmarshaller);
        }
AmazonGameLiftClient