public static interface ResourceRecord.Builder extends SdkPojo, CopyableBuilder<ResourceRecord.Builder,ResourceRecord>
| Modifier and Type | Method and Description |
|---|---|
ResourceRecord.Builder |
name(String name)
The name of the DNS record to create in your domain.
|
ResourceRecord.Builder |
type(RecordType type)
The type of DNS record.
|
ResourceRecord.Builder |
type(String type)
The type of DNS record.
|
ResourceRecord.Builder |
value(String value)
The value of the CNAME record to add to your DNS database.
|
copyapplyMutation, buildResourceRecord.Builder name(String name)
The name of the DNS record to create in your domain. This is supplied by ACM.
name - The name of the DNS record to create in your domain. This is supplied by ACM.ResourceRecord.Builder type(String type)
The type of DNS record. Currently this can be CNAME.
type - The type of DNS record. Currently this can be CNAME.RecordType,
RecordTypeResourceRecord.Builder type(RecordType type)
The type of DNS record. Currently this can be CNAME.
type - The type of DNS record. Currently this can be CNAME.RecordType,
RecordTypeResourceRecord.Builder value(String value)
The value of the CNAME record to add to your DNS database. This is supplied by ACM.
value - The value of the CNAME record to add to your DNS database. This is supplied by ACM.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.