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

io.burkard.cdk.services.pinpoint.cfnSegment.CoordinatesProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.pinpoint.cfnSegment

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

  def apply(
    latitude: Number,
    longitude: Number
  ): software.amazon.awscdk.services.pinpoint.CfnSegment.CoordinatesProperty =
    (new software.amazon.awscdk.services.pinpoint.CfnSegment.CoordinatesProperty.Builder)
      .latitude(latitude)
      .longitude(longitude)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy