@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:43.708Z") @Stability(value=Stable) public interface CaaRecordValue extends software.amazon.jsii.JsiiSerializable
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.route53.*;
CaaRecordValue caaRecordValue = CaaRecordValue.builder()
.flag(123)
.tag(CaaTag.ISSUE)
.value("value")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CaaRecordValue.Builder
A builder for
CaaRecordValue |
static class |
CaaRecordValue.Jsii$Proxy
An implementation for
CaaRecordValue |
| Modifier and Type | Method and Description |
|---|---|
static CaaRecordValue.Builder |
builder() |
Number |
getFlag()
The flag.
|
CaaTag |
getTag()
The tag.
|
String |
getValue()
The value associated with the tag.
|
@Stability(value=Stable) @NotNull Number getFlag()
@Stability(value=Stable) @NotNull CaaTag getTag()
@Stability(value=Stable) @NotNull String getValue()
@Stability(value=Stable) static CaaRecordValue.Builder builder()
CaaRecordValue.Builder of CaaRecordValueCopyright © 2022. All rights reserved.