Interface ListPluginsResponse.Builder

    • Method Detail

      • nextToken

        ListPluginsResponse.Builder nextToken​(String nextToken)

        The pagination token.

        Parameters:
        nextToken - The pagination token.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • plugins

        ListPluginsResponse.Builder plugins​(Collection<PluginSummary> plugins)

        Migration Hub Orchestrator plugins.

        Parameters:
        plugins - Migration Hub Orchestrator plugins.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • plugins

        ListPluginsResponse.Builder plugins​(PluginSummary... plugins)

        Migration Hub Orchestrator plugins.

        Parameters:
        plugins - Migration Hub Orchestrator plugins.
        Returns:
        Returns a reference to this object so that method calls can be chained together.