Interface ExportComponentsResponse.Builder

    • Method Detail

      • entities

        ExportComponentsResponse.Builder entities​(Collection<Component> entities)

        Represents the configuration of the exported components.

        Parameters:
        entities - Represents the configuration of the exported components.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • entities

        ExportComponentsResponse.Builder entities​(Component... entities)

        Represents the configuration of the exported components.

        Parameters:
        entities - Represents the configuration of the exported components.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ExportComponentsResponse.Builder nextToken​(String nextToken)

        The pagination token that's included if more results are available.

        Parameters:
        nextToken - The pagination token that's included if more results are available.
        Returns:
        Returns a reference to this object so that method calls can be chained together.