Builder

class Builder

Properties

Link copied to clipboard

A user- or system-generated token that identifies the entity that requested project creation. This token can be used to repeat the request.

Link copied to clipboard

The description of the project, if any.

Link copied to clipboard
var id: String?

The ID of the project to be created in AWS CodeStar.

Link copied to clipboard
var name: String?

The display name for the project to be created in AWS CodeStar.

Link copied to clipboard

A list of the Code objects submitted with the project request. If this parameter is specified, the request must also include the toolchain parameter.

Link copied to clipboard

The tags created for the project.

Link copied to clipboard

The name of the toolchain template file submitted with the project request. If this parameter is specified, the request must also include the sourceCode parameter.

Functions

Link copied to clipboard