Interface ListConfigurationManagersResponse.Builder

    • Method Detail

      • configurationManagersList

        ListConfigurationManagersResponse.Builder configurationManagersList​(Collection<ConfigurationManagerSummary> configurationManagersList)

        The configuration managers returned by the request.

        Parameters:
        configurationManagersList - The configuration managers returned by the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurationManagersList

        ListConfigurationManagersResponse.Builder configurationManagersList​(ConfigurationManagerSummary... configurationManagersList)

        The configuration managers returned by the request.

        Parameters:
        configurationManagersList - The configuration managers returned by the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListConfigurationManagersResponse.Builder nextToken​(String nextToken)

        The token to use when requesting the next set of configuration managers. If there are no additional operations to return, the string is empty.

        Parameters:
        nextToken - The token to use when requesting the next set of configuration managers. If there are no additional operations to return, the string is empty.
        Returns:
        Returns a reference to this object so that method calls can be chained together.