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 include in another request to get the next page of items.
|
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 include in another request to get the next page of items. This value is null when
there are no more items to return.
nextToken - The token to include in another request to get the next page of items. This value is null
when there are no more items to return.Copyright © 2023. All rights reserved.