CopyableBuilder<UpdateDomainEntryRequest.Builder,UpdateDomainEntryRequest>, SdkBuilder<UpdateDomainEntryRequest.Builder,UpdateDomainEntryRequest>public static interface UpdateDomainEntryRequest.Builder extends CopyableBuilder<UpdateDomainEntryRequest.Builder,UpdateDomainEntryRequest>
| Modifier and Type | Method | Description |
|---|---|---|
UpdateDomainEntryRequest.Builder |
domainEntry(DomainEntry domainEntry) |
An array of key-value pairs containing information about the domain entry.
|
UpdateDomainEntryRequest.Builder |
domainName(String domainName) |
The name of the domain recordset to update.
|
copyapply, buildUpdateDomainEntryRequest.Builder domainName(String domainName)
The name of the domain recordset to update.
domainName - The name of the domain recordset to update.UpdateDomainEntryRequest.Builder domainEntry(DomainEntry domainEntry)
An array of key-value pairs containing information about the domain entry.
domainEntry - An array of key-value pairs containing information about the domain entry.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.