Interface DescribeDhcpOptionsResponse.Builder

    • Method Detail

      • dhcpOptions

        DescribeDhcpOptionsResponse.Builder dhcpOptions​(Collection<DhcpOptions> 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

        DescribeDhcpOptionsResponse.Builder dhcpOptions​(DhcpOptions... 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.
      • nextToken

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.