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

io.burkard.cdk.services.amplifyuibuilder.cfnComponent.MutationActionSetStateParameterProperty.scala Maven / Gradle / Ivy

The newest version!
package io.burkard.cdk.services.amplifyuibuilder.cfnComponent

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

  def apply(
    set: software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentPropertyProperty,
    property: String,
    componentName: String
  ): software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.MutationActionSetStateParameterProperty =
    (new software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.MutationActionSetStateParameterProperty.Builder)
      .set(set)
      .property(property)
      .componentName(componentName)
      .build()
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy