ImageBuilder constructor

ImageBuilder({
  1. required String name,
  2. List<AccessEndpoint>? accessEndpoints,
  3. String? appstreamAgentVersion,
  4. String? arn,
  5. DateTime? createdTime,
  6. String? description,
  7. String? displayName,
  8. DomainJoinInfo? domainJoinInfo,
  9. bool? enableDefaultInternetAccess,
  10. String? iamRoleArn,
  11. String? imageArn,
  12. List<ResourceError>? imageBuilderErrors,
  13. String? instanceType,
  14. NetworkAccessConfiguration? networkAccessConfiguration,
  15. PlatformType? platform,
  16. ImageBuilderState? state,
  17. ImageBuilderStateChangeReason? stateChangeReason,
  18. 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,
});