@Stability(value=Stable) public static final class MxRecordValue.Builder extends Object implements software.amazon.jsii.Builder<MxRecordValue>
MxRecordValue
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
MxRecordValue |
build()
Builds the configured instance.
|
MxRecordValue.Builder |
hostName(String hostName)
Sets the value of
MxRecordValue.getHostName() |
MxRecordValue.Builder |
priority(Number priority)
Sets the value of
MxRecordValue.getPriority() |
@Stability(value=Stable) public MxRecordValue.Builder hostName(String hostName)
MxRecordValue.getHostName()
hostName
- The mail server host name. This parameter is required.this
@Stability(value=Stable) public MxRecordValue.Builder priority(Number priority)
MxRecordValue.getPriority()
priority
- The priority. This parameter is required.this
@Stability(value=Stable) public MxRecordValue build()
build
in interface software.amazon.jsii.Builder<MxRecordValue>
MxRecordValue
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.