public static interface DhcpConfiguration.Builder extends CopyableBuilder<DhcpConfiguration.Builder,DhcpConfiguration>
| Modifier and Type | Method and Description |
|---|---|
DhcpConfiguration.Builder |
key(String key)
The name of a DHCP option.
|
DhcpConfiguration.Builder |
values(Collection<String> values)
One or more values for the DHCP option.
|
DhcpConfiguration.Builder |
values(String... values)
One or more values for the DHCP option.
|
copyapply, buildDhcpConfiguration.Builder key(String key)
The name of a DHCP option.
key - The name of a DHCP option.DhcpConfiguration.Builder values(Collection<String> values)
One or more values for the DHCP option.
values - One or more values for the DHCP option.DhcpConfiguration.Builder values(String... values)
One or more values for the DHCP option.
values - One or more values for the DHCP option.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.