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

io.burkard.cdk.services.batch.cfnJobDefinition.VolumesHostProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.batch.cfnJobDefinition

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

  def apply(
    sourcePath: Option[String] = None
  ): software.amazon.awscdk.services.batch.CfnJobDefinition.VolumesHostProperty =
    (new software.amazon.awscdk.services.batch.CfnJobDefinition.VolumesHostProperty.Builder)
      .sourcePath(sourcePath.orNull)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy