@Generated(value="jsii-pacmak/1.71.0 (build f1f58ae)", date="2022-12-07T17:24:43.807Z") @Stability(value=Stable) 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()
The mail server host name.
|
Number |
getPriority()
The priority.
|
@Stability(value=Stable) @NotNull String getHostName()
@Stability(value=Stable) @NotNull Number getPriority()
@Stability(value=Stable) static MxRecordValue.Builder builder()
MxRecordValue.Builder of MxRecordValueCopyright © 2022. All rights reserved.