Interface MxRecordValue
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
MxRecordValue.Jsii$Proxy
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-05T22:26:44.275Z")
@Stability(Stable)
public interface MxRecordValue
extends software.amazon.jsii.JsiiSerializable
Properties for a MX record value.
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();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forMxRecordValuestatic final classAn implementation forMxRecordValue -
Method Summary
Modifier and TypeMethodDescriptionstatic MxRecordValue.Builderbuilder()The mail server host name.The priority.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getHostName
The mail server host name. -
getPriority
The priority. -
builder
- Returns:
- a
MxRecordValue.BuilderofMxRecordValue
-