@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)", date="2022-05-11T19:24:36.712Z") @Stability(value=Experimental) public interface MxRecordValue 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.*;
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() |
String |
getHostName()
(experimental) The mail server host name.
|
Number |
getPriority()
(experimental) The priority.
|
@Stability(value=Experimental) @NotNull String getHostName()
@Stability(value=Experimental) @NotNull Number getPriority()
@Stability(value=Experimental) static MxRecordValue.Builder builder()
MxRecordValue.Builder of MxRecordValueCopyright © 2022. All rights reserved.