Interface ListInputsResponse.Builder

    • Method Detail

      • inputSummaries

        ListInputsResponse.Builder inputSummaries​(Collection<InputSummary> inputSummaries)

        Summary information about the inputs.

        Parameters:
        inputSummaries - Summary information about the inputs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputSummaries

        ListInputsResponse.Builder inputSummaries​(InputSummary... inputSummaries)

        Summary information about the inputs.

        Parameters:
        inputSummaries - Summary information about the inputs.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListInputsResponse.Builder nextToken​(String nextToken)

        The token that you can use to return the next set of results, or null if there are no more results.

        Parameters:
        nextToken - The token that you can use to return the next set of results, or null if there are no more results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.