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

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

package io.burkard.cdk.services.connect.cfnHoursOfOperation

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

  def apply(
    startTime: software.amazon.awscdk.services.connect.CfnHoursOfOperation.HoursOfOperationTimeSliceProperty,
    day: String,
    endTime: software.amazon.awscdk.services.connect.CfnHoursOfOperation.HoursOfOperationTimeSliceProperty
  ): software.amazon.awscdk.services.connect.CfnHoursOfOperation.HoursOfOperationConfigProperty =
    (new software.amazon.awscdk.services.connect.CfnHoursOfOperation.HoursOfOperationConfigProperty.Builder)
      .startTime(startTime)
      .day(day)
      .endTime(endTime)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy