@Stability(value=Stable) public static final class CaaRecordValue.Builder extends Object implements software.amazon.jsii.Builder<CaaRecordValue>
CaaRecordValue| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CaaRecordValue |
build()
Builds the configured instance.
|
CaaRecordValue.Builder |
flag(Number flag)
Sets the value of
CaaRecordValue.getFlag() |
CaaRecordValue.Builder |
tag(CaaTag tag)
Sets the value of
CaaRecordValue.getTag() |
CaaRecordValue.Builder |
value(String value)
Sets the value of
CaaRecordValue.getValue() |
@Stability(value=Stable) public CaaRecordValue.Builder flag(Number flag)
CaaRecordValue.getFlag()flag - The flag. This parameter is required.this@Stability(value=Stable) public CaaRecordValue.Builder tag(CaaTag tag)
CaaRecordValue.getTag()tag - The tag. This parameter is required.this@Stability(value=Stable) public CaaRecordValue.Builder value(String value)
CaaRecordValue.getValue()value - The value associated with the tag. This parameter is required.this@Stability(value=Stable) public CaaRecordValue build()
build in interface software.amazon.jsii.Builder<CaaRecordValue>CaaRecordValueNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.