Interface ListConfigurationsResponse.Builder

    • Method Detail

      • configurations

        ListConfigurationsResponse.Builder configurations​(Collection<? extends Map<String,​String>> configurations)

        Returns configuration details, including the configuration ID, attribute names, and attribute values.

        Parameters:
        configurations - Returns configuration details, including the configuration ID, attribute names, and attribute values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurations

        ListConfigurationsResponse.Builder configurations​(Map<String,​String>... configurations)

        Returns configuration details, including the configuration ID, attribute names, and attribute values.

        Parameters:
        configurations - Returns configuration details, including the configuration ID, attribute names, and attribute values.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListConfigurationsResponse.Builder nextToken​(String nextToken)

        Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100 items, but you set ListConfigurationsRequest$maxResults to 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.

        Parameters:
        nextToken - Token to retrieve the next set of results. For example, if your call to ListConfigurations returned 100 items, but you set ListConfigurationsRequest$maxResults to 10, you received a set of 10 results along with this token. Use this token in the next query to retrieve the next set of 10.
        Returns:
        Returns a reference to this object so that method calls can be chained together.