@Stability(value=Stable) public static final class CfnThing.AttributePayloadProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnThing.AttributePayloadProperty>
CfnThing.AttributePayloadProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnThing.AttributePayloadProperty.Builder |
attributes(IResolvable attributes)
Sets the value of
CfnThing.AttributePayloadProperty.getAttributes() |
CfnThing.AttributePayloadProperty.Builder |
attributes(Map<String,String> attributes)
Sets the value of
CfnThing.AttributePayloadProperty.getAttributes() |
CfnThing.AttributePayloadProperty |
build()
Builds the configured instance.
|
@Stability(value=Stable) public CfnThing.AttributePayloadProperty.Builder attributes(IResolvable attributes)
CfnThing.AttributePayloadProperty.getAttributes()attributes - A JSON string containing up to three key-value pair in JSON format. For example:.
{\"attributes\":{\"string1\":\"string2\"}}this@Stability(value=Stable) public CfnThing.AttributePayloadProperty.Builder attributes(Map<String,String> attributes)
CfnThing.AttributePayloadProperty.getAttributes()attributes - A JSON string containing up to three key-value pair in JSON format. For example:.
{\"attributes\":{\"string1\":\"string2\"}}this@Stability(value=Stable) public CfnThing.AttributePayloadProperty build()
build in interface software.amazon.jsii.Builder<CfnThing.AttributePayloadProperty>CfnThing.AttributePayloadPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.