@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:26.986Z") @Stability(value=Experimental) public class Values extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
|
Values() |
protected |
Values(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Values(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static AttributeValuesStep |
attribute(String attr)
(experimental) Allows assigning a value to the specified attribute.
|
static AttributeValues |
projecting()
(experimental) Treats the specified object as a map of assignments, where the property names represent attribute names.
|
static AttributeValues |
projecting(String arg)
(experimental) Treats the specified object as a map of assignments, where the property names represent attribute names.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Values(software.amazon.jsii.JsiiObjectRef objRef)
protected Values(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public Values()
@Stability(value=Experimental) @NotNull public static AttributeValuesStep attribute(@NotNull String attr)
attr - This parameter is required.@Stability(value=Experimental) @NotNull public static AttributeValues projecting(@Nullable String arg)
It’s opinionated about how it represents some of the nested objects: e.g., it will use lists (“L”) rather than sets (“SS”, “NS”, “BS”). By default it projects the argument container ("$ctx.args").
arg - @Stability(value=Experimental) @NotNull public static AttributeValues projecting()
It’s opinionated about how it represents some of the nested objects: e.g., it will use lists (“L”) rather than sets (“SS”, “NS”, “BS”). By default it projects the argument container ("$ctx.args").
Copyright © 2021. All rights reserved.