CopyableBuilder<DescribeDhcpOptionsResponse.Builder,DescribeDhcpOptionsResponse>, SdkBuilder<DescribeDhcpOptionsResponse.Builder,DescribeDhcpOptionsResponse>public static interface DescribeDhcpOptionsResponse.Builder extends CopyableBuilder<DescribeDhcpOptionsResponse.Builder,DescribeDhcpOptionsResponse>
| Modifier and Type | Method | Description |
|---|---|---|
DescribeDhcpOptionsResponse.Builder |
dhcpOptions(Collection<DhcpOptions> dhcpOptions) |
Information about one or more DHCP options sets.
|
DescribeDhcpOptionsResponse.Builder |
dhcpOptions(DhcpOptions... dhcpOptions) |
Information about one or more DHCP options sets.
|
copyapply, buildDescribeDhcpOptionsResponse.Builder dhcpOptions(Collection<DhcpOptions> dhcpOptions)
Information about one or more DHCP options sets.
dhcpOptions - Information about one or more DHCP options sets.DescribeDhcpOptionsResponse.Builder dhcpOptions(DhcpOptions... dhcpOptions)
Information about one or more DHCP options sets.
NOTE: This method appends the values to the existing list (if any). Use
#setDhcpOptions(java.util.Collection) or #withDhcpOptions(java.util.Collection) if you want
to override the existing values.
dhcpOptions - Information about one or more DHCP options sets.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.