@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:02.992Z") @Stability(value=Experimental) public class AttributeValuesStep extends software.amazon.jsii.JsiiObject
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));
| Modifier | Constructor and Description |
|---|---|
protected |
AttributeValuesStep(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AttributeValuesStep(software.amazon.jsii.JsiiObjectRef objRef) |
|
AttributeValuesStep(String attr,
String container,
List<Assign> assignments) |
| Modifier and Type | Method and Description |
|---|---|
AttributeValues |
is(String val)
(experimental) Assign the value to the current attribute.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected AttributeValuesStep(software.amazon.jsii.JsiiObjectRef objRef)
protected AttributeValuesStep(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) @NotNull public AttributeValues is(@NotNull String val)
val - This parameter is required.Copyright © 2022. All rights reserved.