Interface ListSuiteDefinitionsResponse.Builder

    • Method Detail

      • suiteDefinitionInformationList

        ListSuiteDefinitionsResponse.Builder suiteDefinitionInformationList​(Collection<SuiteDefinitionInformation> suiteDefinitionInformationList)

        An array of objects that provide summaries of information about the suite definitions in the list.

        Parameters:
        suiteDefinitionInformationList - An array of objects that provide summaries of information about the suite definitions in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • suiteDefinitionInformationList

        ListSuiteDefinitionsResponse.Builder suiteDefinitionInformationList​(SuiteDefinitionInformation... suiteDefinitionInformationList)

        An array of objects that provide summaries of information about the suite definitions in the list.

        Parameters:
        suiteDefinitionInformationList - An array of objects that provide summaries of information about the suite definitions in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListSuiteDefinitionsResponse.Builder nextToken​(String nextToken)

        A token used to get the next set of results.

        Parameters:
        nextToken - A token used to get the next set of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.