public static interface HostEntry.Builder extends CopyableBuilder<HostEntry.Builder,HostEntry>
Modifier and Type | Method and 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. |
copy
applyMutation, build
HostEntry.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.