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 RetryBuild operation. Restarts a build.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CodeBuild.AmazonCodeBuildRequest
      Amazon.CodeBuild.Model.RetryBuildRequest

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

Syntax

C#
public class RetryBuildRequest : AmazonCodeBuildRequest
         IAmazonWebServiceRequest

The RetryBuildRequest type exposes the following members

Constructors

NameDescription
Public Method RetryBuildRequest()

Properties

NameTypeDescription
Public Property Id System.String

Gets and sets the property Id.

Specifies the identifier of the build to restart.

Public Property IdempotencyToken System.String

Gets and sets the property IdempotencyToken.

A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuild request. The token is included in the RetryBuild request and is valid for five minutes. If you repeat the RetryBuild request with the same token, but change a parameter, CodeBuild returns a parameter mismatch error.

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