RetryBuildBatchInput

public struct RetryBuildBatchInput : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • id

    Specifies the identifier of the batch build to restart.

    Declaration

    Swift

    public let id: String?
  • A unique, case sensitive identifier you provide to ensure the idempotency of the RetryBuildBatch request. The token is included in the RetryBuildBatch request and is valid for five minutes. If you repeat the RetryBuildBatch request with the same token, but change a parameter, AWS CodeBuild returns a parameter mismatch error.

    Declaration

    Swift

    public let idempotencyToken: String?
  • Specifies the type of retry to perform.

    Declaration

    Swift

    public let retryType: RetryBuildBatchType?
  • Undocumented

    Declaration

    Swift

    public init(id: String? = nil, idempotencyToken: String? = nil, retryType: RetryBuildBatchType? = nil)
  • Declaration

    Swift

    public func validate(name: String) throws