CopyableBuilder<HostEntry.Builder,HostEntry>, SdkBuilder<HostEntry.Builder,HostEntry>public static interface HostEntry.Builder extends CopyableBuilder<HostEntry.Builder,HostEntry>
| Modifier and Type | Method | Description |
|---|---|---|
HostEntry.Builder |
hostname(String hostname) |
The hostname to use in the
/etc/hosts entry. |
HostEntry.Builder |
ipAddress(String ipAddress) |
The IP address to use in the
/etc/hosts entry. |
copyapply, buildHostEntry.Builder hostname(String hostname)
The hostname to use in the /etc/hosts entry.
hostname - The hostname to use in the /etc/hosts entry.HostEntry.Builder ipAddress(String ipAddress)
The IP address to use in the /etc/hosts entry.
ipAddress - The IP address to use in the /etc/hosts entry.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.