Package | Description |
---|---|
software.amazon.awscdk.services.route53 |
Amazon Route53 Construct Library
|
Modifier and Type | Class and Description |
---|---|
static class |
MxRecordValue.Jsii$Proxy
An implementation for
MxRecordValue |
Modifier and Type | Method and Description |
---|---|
MxRecordValue |
MxRecordValue.Builder.build()
Builds the configured instance.
|
Modifier and Type | Method and Description |
---|---|
List<MxRecordValue> |
MxRecordProps.getValues()
(experimental) The values.
|
List<MxRecordValue> |
MxRecordProps.Jsii$Proxy.getValues() |
Modifier and Type | Method and Description |
---|---|
MxRecordProps.Builder |
MxRecordProps.Builder.values(List<? extends MxRecordValue> values)
Sets the value of
MxRecordProps.getValues() |
MxRecord.Builder |
MxRecord.Builder.values(List<? extends MxRecordValue> values)
(experimental) The values.
|
Constructor and Description |
---|
Jsii$Proxy(List<? extends MxRecordValue> values,
IHostedZone zone,
String comment,
String recordName,
Duration ttl)
Constructor that initializes the object based on literal property values passed by the
MxRecordProps.Builder . |
Copyright © 2021. All rights reserved.