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

io.burkard.cdk.services.greengrass.cfnResourceDefinitionVersion.S3MachineLearningModelResourceDataProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.greengrass.cfnResourceDefinitionVersion

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

  def apply(
    s3Uri: String,
    destinationPath: String,
    ownerSetting: Option[software.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion.ResourceDownloadOwnerSettingProperty] = None
  ): software.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion.S3MachineLearningModelResourceDataProperty =
    (new software.amazon.awscdk.services.greengrass.CfnResourceDefinitionVersion.S3MachineLearningModelResourceDataProperty.Builder)
      .s3Uri(s3Uri)
      .destinationPath(destinationPath)
      .ownerSetting(ownerSetting.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy