@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)",
date="2022-08-02T20:25:33.169Z")
public interface MxRecordValue
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.*; MxRecordValue mxRecordValue = MxRecordValue.builder() .hostName("hostName") .priority(123) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
MxRecordValue.Builder
A builder for
MxRecordValue |
static class |
MxRecordValue.Jsii$Proxy
An implementation for
MxRecordValue |
Modifier and Type | Method and Description |
---|---|
static MxRecordValue.Builder |
builder() |
java.lang.String |
getHostName()
The mail server host name.
|
java.lang.Number |
getPriority()
The priority.
|
java.lang.String getHostName()
java.lang.Number getPriority()
static MxRecordValue.Builder builder()
MxRecordValue.Builder
of MxRecordValue