CopyableBuilder<DomainEntry.Builder,DomainEntry>, SdkBuilder<DomainEntry.Builder,DomainEntry>public static interface DomainEntry.Builder extends CopyableBuilder<DomainEntry.Builder,DomainEntry>
| Modifier and Type | Method | Description |
|---|---|---|
DomainEntry.Builder |
id(String id) |
The ID of the domain recordset entry.
|
DomainEntry.Builder |
name(String name) |
The name of the domain.
|
DomainEntry.Builder |
options(Map<String,String> options) |
The options for the domain entry.
|
DomainEntry.Builder |
target(String target) |
The target AWS name server (e.g.,
ns-111.awsdns-22.com.). |
DomainEntry.Builder |
type(String type) |
The type of domain entry (e.g.,
SOA or NS). |
copyapply, buildDomainEntry.Builder id(String id)
The ID of the domain recordset entry.
id - The ID of the domain recordset entry.DomainEntry.Builder name(String name)
The name of the domain.
name - The name of the domain.DomainEntry.Builder target(String target)
The target AWS name server (e.g., ns-111.awsdns-22.com.).
target - The target AWS name server (e.g., ns-111.awsdns-22.com.).DomainEntry.Builder type(String type)
The type of domain entry (e.g., SOA or NS).
type - The type of domain entry (e.g., SOA or NS).DomainEntry.Builder options(Map<String,String> options)
The options for the domain entry.
options - The options for the domain entry.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.