@Stability(value=Stable) public static final class CfnService.KeyValuePairProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnService.KeyValuePairProperty>
CfnService.KeyValuePairProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnService.KeyValuePairProperty |
build()
Builds the configured instance.
|
CfnService.KeyValuePairProperty.Builder |
name(String name)
Sets the value of
CfnService.KeyValuePairProperty.getName() |
CfnService.KeyValuePairProperty.Builder |
value(String value)
Sets the value of
CfnService.KeyValuePairProperty.getValue() |
@Stability(value=Stable) public CfnService.KeyValuePairProperty.Builder name(String name)
CfnService.KeyValuePairProperty.getName()name - The key name string to map to a value.this@Stability(value=Stable) public CfnService.KeyValuePairProperty.Builder value(String value)
CfnService.KeyValuePairProperty.getValue()value - The value string to which the key name is mapped.this@Stability(value=Stable) public CfnService.KeyValuePairProperty build()
build in interface software.amazon.jsii.Builder<CfnService.KeyValuePairProperty>CfnService.KeyValuePairPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.