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

io.burkard.cdk.services.connect.cfnHoursOfOperation.HoursOfOperationTimeSliceProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.connect.cfnHoursOfOperation

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

  def apply(
    hours: Number,
    minutes: Number
  ): software.amazon.awscdk.services.connect.CfnHoursOfOperation.HoursOfOperationTimeSliceProperty =
    (new software.amazon.awscdk.services.connect.CfnHoursOfOperation.HoursOfOperationTimeSliceProperty.Builder)
      .hours(hours)
      .minutes(minutes)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy