@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:35.397Z")
public interface CaaRecordValue
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() |
java.lang.Number |
getFlag()
The flag.
|
CaaTag |
getTag()
The tag.
|
java.lang.String |
getValue()
The value associated with the tag.
|
java.lang.Number getFlag()
CaaTag getTag()
java.lang.String getValue()
static CaaRecordValue.Builder builder()
CaaRecordValue.Builder
of CaaRecordValue