public static interface DescribeDhcpOptionsResponse.Builder extends Ec2Response.Builder, SdkPojo, 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.
|
DescribeDhcpOptionsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theDhcpOptions.Builder avoiding the need to create one
manually via DhcpOptions.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #dhcpOptions(List.
dhcpOptions - a consumer that will call methods on
DhcpOptions.Builder#dhcpOptions(java.util.Collection) DescribeDhcpOptionsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2022. All rights reserved.