Interface RetryBuildRequest.Builder

    • Method Detail

      • id

        RetryBuildRequest.Builder id​(String id)

        Specifies the identifier of the build to restart.

        Parameters:
        id - Specifies the identifier of the build to restart.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • idempotencyToken

        RetryBuildRequest.Builder idempotencyToken​(String 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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.