Builder

class Builder

Properties

Link copied to clipboard

The command that needs to be executed.

Link copied to clipboard
var endTime: <Error class: unknown class>?

When the command execution process ended, expressed in Unix time format.

Link copied to clipboard

The exit code to return upon completion.

Link copied to clipboard
var id: String?

The ID of the command execution.

Link copied to clipboard

Information about build logs in CloudWatch Logs.

Link copied to clipboard

A sandboxArn.

Link copied to clipboard

A sandboxId.

Link copied to clipboard

The text written by the command to stderr.

Link copied to clipboard

The text written by the command to stdout.

Link copied to clipboard
var startTime: <Error class: unknown class>?

When the command execution process started, expressed in Unix time format.

Link copied to clipboard

The status of the command execution.

Link copied to clipboard
var submitTime: <Error class: unknown class>?

When the command execution process was initially submitted, expressed in Unix time format.

Link copied to clipboard

The command type.

Functions

Link copied to clipboard