Interface ListAppInputSourcesResponse.Builder

    • Method Detail

      • appInputSources

        ListAppInputSourcesResponse.Builder appInputSources​(Collection<AppInputSource> appInputSources)

        The list of Resilience Hub application input sources.

        Parameters:
        appInputSources - The list of Resilience Hub application input sources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • appInputSources

        ListAppInputSourcesResponse.Builder appInputSources​(AppInputSource... appInputSources)

        The list of Resilience Hub application input sources.

        Parameters:
        appInputSources - The list of Resilience Hub application input sources.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListAppInputSourcesResponse.Builder nextToken​(String nextToken)

        Token for the next set of results, or null if there are no more results.

        Parameters:
        nextToken - Token for 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.