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

io.burkard.cdk.services.s3.cfnStorageLens.SelectionCriteriaProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.s3.cfnStorageLens

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

  def apply(
    delimiter: Option[String] = None,
    maxDepth: Option[Number] = None,
    minStorageBytesPercentage: Option[Number] = None
  ): software.amazon.awscdk.services.s3.CfnStorageLens.SelectionCriteriaProperty =
    (new software.amazon.awscdk.services.s3.CfnStorageLens.SelectionCriteriaProperty.Builder)
      .delimiter(delimiter.orNull)
      .maxDepth(maxDepth.orNull)
      .minStorageBytesPercentage(minStorageBytesPercentage.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy