CopyableBuilder<DhcpConfiguration.Builder,DhcpConfiguration>
, SdkBuilder<DhcpConfiguration.Builder,DhcpConfiguration>
public static interface DhcpConfiguration.Builder extends CopyableBuilder<DhcpConfiguration.Builder,DhcpConfiguration>
Modifier and Type | Method | Description |
---|---|---|
DhcpConfiguration.Builder |
key(String key) |
The name of a DHCP option.
|
DhcpConfiguration.Builder |
values(String... values) |
One or more values for the DHCP option.
|
DhcpConfiguration.Builder |
values(Collection<String> values) |
One or more values for the DHCP option.
|
copy
apply, build
DhcpConfiguration.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.
NOTE: This method appends the values to the existing list (if any). Use
#setValues(java.util.Collection)
or #withValues(java.util.Collection)
if you want to override
the existing values.
values
- One or more values for the DHCP option.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.