Class GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.autoscaling.inputs.GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder
-
public static final class GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs defaults)
-
-
Method Detail
-
acceleratorCount
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder acceleratorCount(@Nullable com.pulumi.core.Output<GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorCountArgs> acceleratorCount)
- Parameters:
acceleratorCount
- Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum.- Returns:
- builder
-
acceleratorCount
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder acceleratorCount(GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorCountArgs acceleratorCount)
- Parameters:
acceleratorCount
- Block describing the minimum and maximum number of accelerators (GPUs, FPGAs, or AWS Inferentia chips). Default is no minimum or maximum.- Returns:
- builder
-
acceleratorManufacturers
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder acceleratorManufacturers(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> acceleratorManufacturers)
- Parameters:
acceleratorManufacturers
- List of accelerator manufacturer names. Default is any manufacturer.- Returns:
- builder
-
acceleratorManufacturers
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder acceleratorManufacturers(java.util.List<java.lang.String> acceleratorManufacturers)
- Parameters:
acceleratorManufacturers
- List of accelerator manufacturer names. Default is any manufacturer.- Returns:
- builder
-
acceleratorManufacturers
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder acceleratorManufacturers(java.lang.String... acceleratorManufacturers)
- Parameters:
acceleratorManufacturers
- List of accelerator manufacturer names. Default is any manufacturer.- Returns:
- builder
-
acceleratorNames
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder acceleratorNames(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> acceleratorNames)
- Parameters:
acceleratorNames
- List of accelerator names. Default is any acclerator.- Returns:
- builder
-
acceleratorNames
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder acceleratorNames(java.util.List<java.lang.String> acceleratorNames)
- Parameters:
acceleratorNames
- List of accelerator names. Default is any acclerator.- Returns:
- builder
-
acceleratorNames
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder acceleratorNames(java.lang.String... acceleratorNames)
- Parameters:
acceleratorNames
- List of accelerator names. Default is any acclerator.- Returns:
- builder
-
acceleratorTotalMemoryMib
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder acceleratorTotalMemoryMib(@Nullable com.pulumi.core.Output<GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorTotalMemoryMibArgs> acceleratorTotalMemoryMib)
- Parameters:
acceleratorTotalMemoryMib
- Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.- Returns:
- builder
-
acceleratorTotalMemoryMib
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder acceleratorTotalMemoryMib(GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsAcceleratorTotalMemoryMibArgs acceleratorTotalMemoryMib)
- Parameters:
acceleratorTotalMemoryMib
- Block describing the minimum and maximum total memory of the accelerators. Default is no minimum or maximum.- Returns:
- builder
-
acceleratorTypes
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder acceleratorTypes(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> acceleratorTypes)
- Parameters:
acceleratorTypes
- List of accelerator types. Default is any accelerator type.- Returns:
- builder
-
acceleratorTypes
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder acceleratorTypes(java.util.List<java.lang.String> acceleratorTypes)
- Parameters:
acceleratorTypes
- List of accelerator types. Default is any accelerator type.- Returns:
- builder
-
acceleratorTypes
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder acceleratorTypes(java.lang.String... acceleratorTypes)
- Parameters:
acceleratorTypes
- List of accelerator types. Default is any accelerator type.- Returns:
- builder
-
allowedInstanceTypes
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder allowedInstanceTypes(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> allowedInstanceTypes)
- Parameters:
allowedInstanceTypes
- List of instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards, represented by an asterisk (\*), to allow an instance type, size, or generation. The following are examples: `m5.8xlarge`, `c5*.*`, `m5a.*`, `r*`, `*3*`. For example, if you specify `c5*`, you are allowing the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*`, you are allowing all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is all instance types. > **NOTE:** If you specify `allowed_instance_types`, you can't specify `excluded_instance_types`.- Returns:
- builder
-
allowedInstanceTypes
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder allowedInstanceTypes(java.util.List<java.lang.String> allowedInstanceTypes)
- Parameters:
allowedInstanceTypes
- List of instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards, represented by an asterisk (\*), to allow an instance type, size, or generation. The following are examples: `m5.8xlarge`, `c5*.*`, `m5a.*`, `r*`, `*3*`. For example, if you specify `c5*`, you are allowing the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*`, you are allowing all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is all instance types. > **NOTE:** If you specify `allowed_instance_types`, you can't specify `excluded_instance_types`.- Returns:
- builder
-
allowedInstanceTypes
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder allowedInstanceTypes(java.lang.String... allowedInstanceTypes)
- Parameters:
allowedInstanceTypes
- List of instance types to apply your specified attributes against. All other instance types are ignored, even if they match your specified attributes. You can use strings with one or more wild cards, represented by an asterisk (\*), to allow an instance type, size, or generation. The following are examples: `m5.8xlarge`, `c5*.*`, `m5a.*`, `r*`, `*3*`. For example, if you specify `c5*`, you are allowing the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*`, you are allowing all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is all instance types. > **NOTE:** If you specify `allowed_instance_types`, you can't specify `excluded_instance_types`.- Returns:
- builder
-
bareMetal
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder bareMetal(@Nullable com.pulumi.core.Output<java.lang.String> bareMetal)
- Parameters:
bareMetal
- Indicate whether bare metal instace types should be `included`, `excluded`, or `required`. Default is `excluded`.- Returns:
- builder
-
bareMetal
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder bareMetal(java.lang.String bareMetal)
- Parameters:
bareMetal
- Indicate whether bare metal instace types should be `included`, `excluded`, or `required`. Default is `excluded`.- Returns:
- builder
-
baselineEbsBandwidthMbps
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder baselineEbsBandwidthMbps(@Nullable com.pulumi.core.Output<GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsBaselineEbsBandwidthMbpsArgs> baselineEbsBandwidthMbps)
- Parameters:
baselineEbsBandwidthMbps
- Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.- Returns:
- builder
-
baselineEbsBandwidthMbps
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder baselineEbsBandwidthMbps(GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsBaselineEbsBandwidthMbpsArgs baselineEbsBandwidthMbps)
- Parameters:
baselineEbsBandwidthMbps
- Block describing the minimum and maximum baseline EBS bandwidth, in Mbps. Default is no minimum or maximum.- Returns:
- builder
-
burstablePerformance
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder burstablePerformance(@Nullable com.pulumi.core.Output<java.lang.String> burstablePerformance)
- Parameters:
burstablePerformance
- Indicate whether burstable performance instance types should be `included`, `excluded`, or `required`. Default is `excluded`.- Returns:
- builder
-
burstablePerformance
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder burstablePerformance(java.lang.String burstablePerformance)
- Parameters:
burstablePerformance
- Indicate whether burstable performance instance types should be `included`, `excluded`, or `required`. Default is `excluded`.- Returns:
- builder
-
cpuManufacturers
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder cpuManufacturers(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> cpuManufacturers)
- Parameters:
cpuManufacturers
- List of CPU manufacturer names. Default is any manufacturer. > **NOTE:** Don't confuse the CPU hardware manufacturer with the CPU hardware architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.- Returns:
- builder
-
cpuManufacturers
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder cpuManufacturers(java.util.List<java.lang.String> cpuManufacturers)
- Parameters:
cpuManufacturers
- List of CPU manufacturer names. Default is any manufacturer. > **NOTE:** Don't confuse the CPU hardware manufacturer with the CPU hardware architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.- Returns:
- builder
-
cpuManufacturers
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder cpuManufacturers(java.lang.String... cpuManufacturers)
- Parameters:
cpuManufacturers
- List of CPU manufacturer names. Default is any manufacturer. > **NOTE:** Don't confuse the CPU hardware manufacturer with the CPU hardware architecture. Instances will be launched with a compatible CPU architecture based on the Amazon Machine Image (AMI) that you specify in your launch template.- Returns:
- builder
-
excludedInstanceTypes
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder excludedInstanceTypes(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> excludedInstanceTypes)
- Parameters:
excludedInstanceTypes
- List of instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (\*), to exclude an instance type, size, or generation. The following are examples: `m5.8xlarge`, `c5*.*`, `m5a.*`, `r*`, `*3*`. For example, if you specify `c5*`, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*`, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types. > **NOTE:** If you specify `excluded_instance_types`, you can't specify `allowed_instance_types`.- Returns:
- builder
-
excludedInstanceTypes
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder excludedInstanceTypes(java.util.List<java.lang.String> excludedInstanceTypes)
- Parameters:
excludedInstanceTypes
- List of instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (\*), to exclude an instance type, size, or generation. The following are examples: `m5.8xlarge`, `c5*.*`, `m5a.*`, `r*`, `*3*`. For example, if you specify `c5*`, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*`, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types. > **NOTE:** If you specify `excluded_instance_types`, you can't specify `allowed_instance_types`.- Returns:
- builder
-
excludedInstanceTypes
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder excludedInstanceTypes(java.lang.String... excludedInstanceTypes)
- Parameters:
excludedInstanceTypes
- List of instance types to exclude. You can use strings with one or more wild cards, represented by an asterisk (\*), to exclude an instance type, size, or generation. The following are examples: `m5.8xlarge`, `c5*.*`, `m5a.*`, `r*`, `*3*`. For example, if you specify `c5*`, you are excluding the entire C5 instance family, which includes all C5a and C5n instance types. If you specify `m5a.*`, you are excluding all the M5a instance types, but not the M5n instance types. Maximum of 400 entries in the list; each entry is limited to 30 characters. Default is no excluded instance types. > **NOTE:** If you specify `excluded_instance_types`, you can't specify `allowed_instance_types`.- Returns:
- builder
-
instanceGenerations
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder instanceGenerations(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> instanceGenerations)
- Parameters:
instanceGenerations
- List of instance generation names. Default is any generation.- Returns:
- builder
-
instanceGenerations
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder instanceGenerations(java.util.List<java.lang.String> instanceGenerations)
- Parameters:
instanceGenerations
- List of instance generation names. Default is any generation.- Returns:
- builder
-
instanceGenerations
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder instanceGenerations(java.lang.String... instanceGenerations)
- Parameters:
instanceGenerations
- List of instance generation names. Default is any generation.- Returns:
- builder
-
localStorage
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder localStorage(@Nullable com.pulumi.core.Output<java.lang.String> localStorage)
- Parameters:
localStorage
- Indicate whether instance types with local storage volumes are `included`, `excluded`, or `required`. Default is `included`.- Returns:
- builder
-
localStorage
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder localStorage(java.lang.String localStorage)
- Parameters:
localStorage
- Indicate whether instance types with local storage volumes are `included`, `excluded`, or `required`. Default is `included`.- Returns:
- builder
-
localStorageTypes
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder localStorageTypes(@Nullable com.pulumi.core.Output<java.util.List<java.lang.String>> localStorageTypes)
- Parameters:
localStorageTypes
- List of local storage type names. Default any storage type.- Returns:
- builder
-
localStorageTypes
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder localStorageTypes(java.util.List<java.lang.String> localStorageTypes)
- Parameters:
localStorageTypes
- List of local storage type names. Default any storage type.- Returns:
- builder
-
localStorageTypes
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder localStorageTypes(java.lang.String... localStorageTypes)
- Parameters:
localStorageTypes
- List of local storage type names. Default any storage type.- Returns:
- builder
-
memoryGibPerVcpu
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder memoryGibPerVcpu(@Nullable com.pulumi.core.Output<GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryGibPerVcpuArgs> memoryGibPerVcpu)
- Parameters:
memoryGibPerVcpu
- Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.- Returns:
- builder
-
memoryGibPerVcpu
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder memoryGibPerVcpu(GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryGibPerVcpuArgs memoryGibPerVcpu)
- Parameters:
memoryGibPerVcpu
- Block describing the minimum and maximum amount of memory (GiB) per vCPU. Default is no minimum or maximum.- Returns:
- builder
-
memoryMib
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder memoryMib(@Nullable com.pulumi.core.Output<GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryMibArgs> memoryMib)
- Parameters:
memoryMib
- Block describing the minimum and maximum amount of memory (MiB). Default is no maximum.- Returns:
- builder
-
memoryMib
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder memoryMib(GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsMemoryMibArgs memoryMib)
- Parameters:
memoryMib
- Block describing the minimum and maximum amount of memory (MiB). Default is no maximum.- Returns:
- builder
-
networkBandwidthGbps
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder networkBandwidthGbps(@Nullable com.pulumi.core.Output<GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkBandwidthGbpsArgs> networkBandwidthGbps)
- Parameters:
networkBandwidthGbps
- Block describing the minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is no minimum or maximum.- Returns:
- builder
-
networkBandwidthGbps
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder networkBandwidthGbps(GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkBandwidthGbpsArgs networkBandwidthGbps)
- Parameters:
networkBandwidthGbps
- Block describing the minimum and maximum amount of network bandwidth, in gigabits per second (Gbps). Default is no minimum or maximum.- Returns:
- builder
-
networkInterfaceCount
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder networkInterfaceCount(@Nullable com.pulumi.core.Output<GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkInterfaceCountArgs> networkInterfaceCount)
- Parameters:
networkInterfaceCount
- Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.- Returns:
- builder
-
networkInterfaceCount
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder networkInterfaceCount(GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsNetworkInterfaceCountArgs networkInterfaceCount)
- Parameters:
networkInterfaceCount
- Block describing the minimum and maximum number of network interfaces. Default is no minimum or maximum.- Returns:
- builder
-
onDemandMaxPricePercentageOverLowestPrice
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder onDemandMaxPricePercentageOverLowestPrice(@Nullable com.pulumi.core.Output<java.lang.Integer> onDemandMaxPricePercentageOverLowestPrice)
- Parameters:
onDemandMaxPricePercentageOverLowestPrice
- Price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 20. If you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.- Returns:
- builder
-
onDemandMaxPricePercentageOverLowestPrice
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder onDemandMaxPricePercentageOverLowestPrice(java.lang.Integer onDemandMaxPricePercentageOverLowestPrice)
- Parameters:
onDemandMaxPricePercentageOverLowestPrice
- Price protection threshold for On-Demand Instances. This is the maximum you’ll pay for an On-Demand Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 20. If you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.- Returns:
- builder
-
requireHibernateSupport
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder requireHibernateSupport(@Nullable com.pulumi.core.Output<java.lang.Boolean> requireHibernateSupport)
- Parameters:
requireHibernateSupport
- Indicate whether instance types must support On-Demand Instance Hibernation, either `true` or `false`. Default is `false`.- Returns:
- builder
-
requireHibernateSupport
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder requireHibernateSupport(java.lang.Boolean requireHibernateSupport)
- Parameters:
requireHibernateSupport
- Indicate whether instance types must support On-Demand Instance Hibernation, either `true` or `false`. Default is `false`.- Returns:
- builder
-
spotMaxPricePercentageOverLowestPrice
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder spotMaxPricePercentageOverLowestPrice(@Nullable com.pulumi.core.Output<java.lang.Integer> spotMaxPricePercentageOverLowestPrice)
- Parameters:
spotMaxPricePercentageOverLowestPrice
- Price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 100. If you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.- Returns:
- builder
-
spotMaxPricePercentageOverLowestPrice
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder spotMaxPricePercentageOverLowestPrice(java.lang.Integer spotMaxPricePercentageOverLowestPrice)
- Parameters:
spotMaxPricePercentageOverLowestPrice
- Price protection threshold for Spot Instances. This is the maximum you’ll pay for a Spot Instance, expressed as a percentage higher than the cheapest M, C, or R instance type with your specified attributes. When Amazon EC2 Auto Scaling selects instance types with your attributes, we will exclude instance types whose price is higher than your threshold. The parameter accepts an integer, which Amazon EC2 Auto Scaling interprets as a percentage. To turn off price protection, specify a high value, such as 999999. Default is 100. If you set DesiredCapacityType to vcpu or memory-mib, the price protection threshold is applied based on the per vCPU or per memory price instead of the per instance price.- Returns:
- builder
-
totalLocalStorageGb
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder totalLocalStorageGb(@Nullable com.pulumi.core.Output<GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsTotalLocalStorageGbArgs> totalLocalStorageGb)
- Parameters:
totalLocalStorageGb
- Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.- Returns:
- builder
-
totalLocalStorageGb
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder totalLocalStorageGb(GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsTotalLocalStorageGbArgs totalLocalStorageGb)
- Parameters:
totalLocalStorageGb
- Block describing the minimum and maximum total local storage (GB). Default is no minimum or maximum.- Returns:
- builder
-
vcpuCount
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder vcpuCount(@Nullable com.pulumi.core.Output<GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsVcpuCountArgs> vcpuCount)
- Parameters:
vcpuCount
- Block describing the minimum and maximum number of vCPUs. Default is no maximum.- Returns:
- builder
-
vcpuCount
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs.Builder vcpuCount(GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsVcpuCountArgs vcpuCount)
- Parameters:
vcpuCount
- Block describing the minimum and maximum number of vCPUs. Default is no maximum.- Returns:
- builder
-
build
public GroupMixedInstancesPolicyLaunchTemplateOverrideInstanceRequirementsArgs build()
-
-