Interface ListCustomPluginsResponse.Builder

    • Method Detail

      • customPlugins

        ListCustomPluginsResponse.Builder customPlugins​(Collection<CustomPluginSummary> customPlugins)

        An array of custom plugin descriptions.

        Parameters:
        customPlugins - An array of custom plugin descriptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • customPlugins

        ListCustomPluginsResponse.Builder customPlugins​(CustomPluginSummary... customPlugins)

        An array of custom plugin descriptions.

        Parameters:
        customPlugins - An array of custom plugin descriptions.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListCustomPluginsResponse.Builder nextToken​(String nextToken)

        If the response of a ListCustomPlugins operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.

        Parameters:
        nextToken - If the response of a ListCustomPlugins operation is truncated, it will include a NextToken. Send this NextToken in a subsequent request to continue listing from where the previous operation left off.
        Returns:
        Returns a reference to this object so that method calls can be chained together.