Interface DescribeSecondaryNetworksResponse.Builder

    • Method Detail

      • secondaryNetworks

        DescribeSecondaryNetworksResponse.Builder secondaryNetworks​(Collection<SecondaryNetwork> secondaryNetworks)

        Information about the secondary networks.

        Parameters:
        secondaryNetworks - Information about the secondary networks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • secondaryNetworks

        DescribeSecondaryNetworksResponse.Builder secondaryNetworks​(SecondaryNetwork... secondaryNetworks)

        Information about the secondary networks.

        Parameters:
        secondaryNetworks - Information about the secondary networks.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeSecondaryNetworksResponse.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.

        Parameters:
        nextToken - The token to use to retrieve the next page of results. This value is null when there are no more results to return.
        Returns:
        Returns a reference to this object so that method calls can be chained together.