Interface DescribeConfigurationTemplatesResponse.Builder

    • Method Detail

      • configurationTemplates

        DescribeConfigurationTemplatesResponse.Builder configurationTemplates​(Collection<ConfigurationTemplate> configurationTemplates)

        An array of objects, where each object describes one configuration template that matches the filters that you specified in the request.

        Parameters:
        configurationTemplates - An array of objects, where each object describes one configuration template that matches the filters that you specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • configurationTemplates

        DescribeConfigurationTemplatesResponse.Builder configurationTemplates​(ConfigurationTemplate... configurationTemplates)

        An array of objects, where each object describes one configuration template that matches the filters that you specified in the request.

        Parameters:
        configurationTemplates - An array of objects, where each object describes one configuration template that matches the filters that you specified in the request.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeConfigurationTemplatesResponse.Builder nextToken​(String nextToken)
        Sets the value of the NextToken property for this object.
        Parameters:
        nextToken - The new value for the NextToken property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.