![JAR search and dependency download from the Maven repository](/logo.png)
io.burkard.cdk.services.ec2.cfnEC2Fleet.CapacityRebalanceProperty.scala Maven / Gradle / Ivy
package io.burkard.cdk.services.ec2.cfnEC2Fleet
@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object CapacityRebalanceProperty {
def apply(
replacementStrategy: Option[String] = None,
terminationDelay: Option[Number] = None
): software.amazon.awscdk.services.ec2.CfnEC2Fleet.CapacityRebalanceProperty =
(new software.amazon.awscdk.services.ec2.CfnEC2Fleet.CapacityRebalanceProperty.Builder)
.replacementStrategy(replacementStrategy.orNull)
.terminationDelay(terminationDelay.orNull)
.build()
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy