public static interface DescribeDhcpOptionsResponse.Builder extends EC2Response.Builder, CopyableBuilder<DescribeDhcpOptionsResponse.Builder,DescribeDhcpOptionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeDhcpOptionsResponse.Builder |
dhcpOptions(Collection<DhcpOptions> dhcpOptions)
Information about one or more DHCP options sets.
|
DescribeDhcpOptionsResponse.Builder |
dhcpOptions(Consumer<DhcpOptions.Builder>... dhcpOptions)
Information about one or more DHCP options sets.
|
DescribeDhcpOptionsResponse.Builder |
dhcpOptions(DhcpOptions... dhcpOptions)
Information about one or more DHCP options sets.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, 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.
dhcpOptions - Information about one or more DHCP options sets.DescribeDhcpOptionsResponse.Builder dhcpOptions(Consumer<DhcpOptions.Builder>... dhcpOptions)
Information about one or more DHCP options sets.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #dhcpOptions(List) .dhcpOptions - a consumer that will call methods on List.Builder #dhcpOptions(List) Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.