Interface ListConfigsResponse.Builder

    • Method Detail

      • configList

        ListConfigsResponse.Builder configList​(ConfigListItem... configList)

        List of Config items.

        Parameters:
        configList - List of Config items.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListConfigsResponse.Builder nextToken​(String nextToken)

        Next token returned in the response of a previous ListConfigs call. Used to get the next page of results.

        Parameters:
        nextToken - Next token returned in the response of a previous ListConfigs call. Used to get the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.