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