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