Build constructor
Build({
- String? arn,
- BuildArtifacts? artifacts,
- String? buildBatchArn,
- bool? buildComplete,
- int? buildNumber,
- StatusType? buildStatus,
- ProjectCache? cache,
- String? currentPhase,
- DebugSession? debugSession,
- String? encryptionKey,
- DateTime? endTime,
- ProjectEnvironment? environment,
- List<
ExportedEnvironmentVariable> ? exportedEnvironmentVariables, - List<
ProjectFileSystemLocation> ? fileSystemLocations, - String? id,
- String? initiator,
- LogsLocation? logs,
- NetworkInterface? networkInterface,
- List<
BuildPhase> ? phases, - String? projectName,
- int? queuedTimeoutInMinutes,
- List<
String> ? reportArns, - String? resolvedSourceVersion,
- List<
BuildArtifacts> ? secondaryArtifacts, - List<
ProjectSourceVersion> ? secondarySourceVersions, - List<
ProjectSource> ? secondarySources, - String? serviceRole,
- ProjectSource? source,
- String? sourceVersion,
- DateTime? startTime,
- int? timeoutInMinutes,
- VpcConfig? vpcConfig,
Implementation
Build({
this.arn,
this.artifacts,
this.buildBatchArn,
this.buildComplete,
this.buildNumber,
this.buildStatus,
this.cache,
this.currentPhase,
this.debugSession,
this.encryptionKey,
this.endTime,
this.environment,
this.exportedEnvironmentVariables,
this.fileSystemLocations,
this.id,
this.initiator,
this.logs,
this.networkInterface,
this.phases,
this.projectName,
this.queuedTimeoutInMinutes,
this.reportArns,
this.resolvedSourceVersion,
this.secondaryArtifacts,
this.secondarySourceVersions,
this.secondarySources,
this.serviceRole,
this.source,
this.sourceVersion,
this.startTime,
this.timeoutInMinutes,
this.vpcConfig,
});