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

io.burkard.cdk.services.managedblockchain.cfnMember.ApprovalThresholdPolicyProperty.scala Maven / Gradle / Ivy

package io.burkard.cdk.services.managedblockchain.cfnMember

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

  def apply(
    proposalDurationInHours: Option[Number] = None,
    thresholdComparator: Option[String] = None,
    thresholdPercentage: Option[Number] = None
  ): software.amazon.awscdk.services.managedblockchain.CfnMember.ApprovalThresholdPolicyProperty =
    (new software.amazon.awscdk.services.managedblockchain.CfnMember.ApprovalThresholdPolicyProperty.Builder)
      .proposalDurationInHours(proposalDurationInHours.orNull)
      .thresholdComparator(thresholdComparator.orNull)
      .thresholdPercentage(thresholdPercentage.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy