@Stability(value=Stable) @Internal public static final class MxRecordProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements MxRecordProps
MxRecordProps
software.amazon.jsii.JsiiObject.InitializationMode
MxRecordProps.Builder, MxRecordProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(List<? extends MxRecordValue> values,
IHostedZone zone,
String comment,
String recordName,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
MxRecordProps.Builder . |
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getComment()
A comment to add on the record.
|
String |
getRecordName()
The domain name for this record.
|
Duration |
getTtl()
The resource record cache time to live (TTL).
|
List<MxRecordValue> |
getValues()
The values.
|
IHostedZone |
getZone()
The hosted zone in which to define the new record.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.protected Jsii$Proxy(List<? extends MxRecordValue> values, IHostedZone zone, String comment, String recordName, Duration ttl)
MxRecordProps.Builder
.public final List<MxRecordValue> getValues()
MxRecordProps
getValues
in interface MxRecordProps
public final IHostedZone getZone()
RecordSetOptions
getZone
in interface RecordSetOptions
public final String getComment()
RecordSetOptions
Default: no comment
getComment
in interface RecordSetOptions
public final String getRecordName()
RecordSetOptions
Default: zone root
getRecordName
in interface RecordSetOptions
public final Duration getTtl()
RecordSetOptions
Default: Duration.minutes(30)
getTtl
in interface RecordSetOptions
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson
in interface software.amazon.jsii.JsiiSerializable
Copyright © 2021. All rights reserved.