JobFlowInstancesDetail constructor
JobFlowInstancesDetail({
- required int instanceCount,
- required String masterInstanceType,
- required String slaveInstanceType,
- String? ec2KeyName,
- String? ec2SubnetId,
- String? hadoopVersion,
- List<
InstanceGroupDetail> ? instanceGroups, - bool? keepJobFlowAliveWhenNoSteps,
- String? masterInstanceId,
- String? masterPublicDnsName,
- int? normalizedInstanceHours,
- PlacementType? placement,
- bool? terminationProtected,
Implementation
JobFlowInstancesDetail({
required this.instanceCount,
required this.masterInstanceType,
required this.slaveInstanceType,
this.ec2KeyName,
this.ec2SubnetId,
this.hadoopVersion,
this.instanceGroups,
this.keepJobFlowAliveWhenNoSteps,
this.masterInstanceId,
this.masterPublicDnsName,
this.normalizedInstanceHours,
this.placement,
this.terminationProtected,
});