ImageBuilder constructor
ImageBuilder({
- required String name,
- List<
AccessEndpoint> ? accessEndpoints, - String? appstreamAgentVersion,
- String? arn,
- DateTime? createdTime,
- String? description,
- String? displayName,
- DomainJoinInfo? domainJoinInfo,
- bool? enableDefaultInternetAccess,
- String? iamRoleArn,
- String? imageArn,
- List<
ResourceError> ? imageBuilderErrors, - String? instanceType,
- NetworkAccessConfiguration? networkAccessConfiguration,
- PlatformType? platform,
- ImageBuilderState? state,
- ImageBuilderStateChangeReason? stateChangeReason,
- VpcConfig? vpcConfig,
Implementation
ImageBuilder({
required this.name,
this.accessEndpoints,
this.appstreamAgentVersion,
this.arn,
this.createdTime,
this.description,
this.displayName,
this.domainJoinInfo,
this.enableDefaultInternetAccess,
this.iamRoleArn,
this.imageArn,
this.imageBuilderErrors,
this.instanceType,
this.networkAccessConfiguration,
this.platform,
this.state,
this.stateChangeReason,
this.vpcConfig,
});