Class AttributeValuesStep

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appsync.AttributeValuesStep
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable

@Generated(value="jsii-pacmak/1.95.0 (build f1ff514)", date="2024-03-26T18:09:19.721Z") @Stability(Stable) public class AttributeValuesStep extends software.amazon.jsii.JsiiObject
Utility class to allow assigning a value to an attribute.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.appsync.*;
 Assign assign;
 AttributeValuesStep attributeValuesStep = new AttributeValuesStep("attr", "container", List.of(assign));
 
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
    AttributeValuesStep(String attr, String container, List<Assign> assignments)
     
    protected
    AttributeValuesStep(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    AttributeValuesStep(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    is(String val)
    Assign the value to the current attribute.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • AttributeValuesStep

      protected AttributeValuesStep(software.amazon.jsii.JsiiObjectRef objRef)
    • AttributeValuesStep

      protected AttributeValuesStep(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • AttributeValuesStep

      @Stability(Stable) public AttributeValuesStep(@NotNull String attr, @NotNull String container, @NotNull List<Assign> assignments)
      Parameters:
      attr - This parameter is required.
      container - This parameter is required.
      assignments - This parameter is required.
  • Method Details

    • is

      @Stability(Stable) @NotNull public AttributeValues is(@NotNull String val)
      Assign the value to the current attribute.

      Parameters:
      val - This parameter is required.