All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.burkard.cdk.services.pinpoint.cfnSegment.BehaviorProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.pinpoint.cfnSegment

@SuppressWarnings(Array("org.wartremover.warts.DefaultArguments", "org.wartremover.warts.Null", "DisableSyntax.null"))
object BehaviorProperty {

  def apply(
    recency: Option[software.amazon.awscdk.services.pinpoint.CfnSegment.RecencyProperty] = None
  ): software.amazon.awscdk.services.pinpoint.CfnSegment.BehaviorProperty =
    (new software.amazon.awscdk.services.pinpoint.CfnSegment.BehaviorProperty.Builder)
      .recency(recency.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy