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

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

package io.burkard.cdk.services.amplifyuibuilder.cfnComponent

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

  def apply(
    anchor: Option[software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentPropertyProperty] = None,
    model: Option[String] = None,
    state: Option[software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.MutationActionSetStateParameterProperty] = None,
    url: Option[software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentPropertyProperty] = None,
    global: Option[software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentPropertyProperty] = None,
    id: Option[software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentPropertyProperty] = None,
    fields: Option[AnyRef] = None,
    target: Option[software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentPropertyProperty] = None,
    `type`: Option[software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ComponentPropertyProperty] = None
  ): software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ActionParametersProperty =
    (new software.amazon.awscdk.services.amplifyuibuilder.CfnComponent.ActionParametersProperty.Builder)
      .anchor(anchor.orNull)
      .model(model.orNull)
      .state(state.orNull)
      .url(url.orNull)
      .global(global.orNull)
      .id(id.orNull)
      .fields(fields.orNull)
      .target(target.orNull)
      .`type`(`type`.orNull)
      .build()
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy