public static interface DhcpConfiguration.Builder extends software.amazon.awssdk.utils.builder.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. All rights reserved.