| static BuildRunSnapshot.Builder | BuildRunSnapshot. builder() | Create a new builder. | 
| BuildRunSnapshot.Builder | BuildRunSnapshot.Builder. buildPipelineId(String buildPipelineId) | The OCID of the build pipeline where the build was triggered. | 
| BuildRunSnapshot.Builder | BuildRunSnapshot.Builder. buildRunId(String buildRunId) | The OCID of the build run. | 
| BuildRunSnapshot.Builder | BuildRunSnapshot.Builder. commitId(String commitId) | The commit id which the build was triggered from. | 
| BuildRunSnapshot.Builder | BuildRunSnapshot.Builder. copy(BuildRunSnapshot model) |  | 
| BuildRunSnapshot.Builder | BuildRunSnapshot.Builder. displayName(String displayName) | The display name of the build run. | 
| BuildRunSnapshot.Builder | BuildRunSnapshot.Builder. lifecycleDetails(String lifecycleDetails) | A message describing the current state in more detail. | 
| BuildRunSnapshot.Builder | BuildRunSnapshot.Builder. lifecycleState(BuildRunSnapshot.LifecycleState lifecycleState) | The current status of the build run. | 
| BuildRunSnapshot.Builder | BuildRunSnapshot.Builder. timeCreated(Date timeCreated) | The time the build run was created. | 
| BuildRunSnapshot.Builder | BuildRunSnapshot.Builder. timeUpdated(Date timeUpdated) | The time the build run was updated. | 
| BuildRunSnapshot.Builder | BuildRunSnapshot. toBuilder() |  |