@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:54.987Z") @Stability(value=Experimental) 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()
(experimental) The flag.
|
CaaTag |
getTag()
(experimental) The tag.
|
String |
getValue()
(experimental) The value associated with the tag.
|
@Stability(value=Experimental) @NotNull Number getFlag()
@Stability(value=Experimental) @NotNull CaaTag getTag()
@Stability(value=Experimental) @NotNull String getValue()
@Stability(value=Experimental) static CaaRecordValue.Builder builder()
CaaRecordValue.Builder of CaaRecordValueCopyright © 2022. All rights reserved.