Interface DescribeDhcpOptionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeDhcpOptionsResponse.Builder,,DescribeDhcpOptionsResponse> Ec2Response.Builder,SdkBuilder<DescribeDhcpOptionsResponse.Builder,,DescribeDhcpOptionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeDhcpOptionsResponse
public static interface DescribeDhcpOptionsResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeDhcpOptionsResponse.Builder,DescribeDhcpOptionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondhcpOptions(Collection<DhcpOptions> dhcpOptions) Information about one or more DHCP options sets.dhcpOptions(Consumer<DhcpOptions.Builder>... dhcpOptions) Information about one or more DHCP options sets.dhcpOptions(DhcpOptions... dhcpOptions) Information about one or more DHCP options sets.The token to include in another request to get the next page of items.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
dhcpOptions
Information about one or more DHCP options sets.
- Parameters:
dhcpOptions- Information about one or more DHCP options sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dhcpOptions
Information about one or more DHCP options sets.
- Parameters:
dhcpOptions- Information about one or more DHCP options sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dhcpOptions
Information about one or more DHCP options sets.
This is a convenience method that creates an instance of theDhcpOptions.Builderavoiding the need to create one manually viaDhcpOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todhcpOptions(List<DhcpOptions>).- Parameters:
dhcpOptions- a consumer that will call methods onDhcpOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to include in another request to get the next page of items. This value is
nullwhen there are no more items to return.- Parameters:
nextToken- The token to include in another request to get the next page of items. This value isnullwhen there are no more items to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-