Interface SelectFromCollection.Builder

    • Method Detail

      • name

        SelectFromCollection.Builder name​(String name)

        The name of the transform node.

        Parameters:
        name - The name of the transform node.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputs

        SelectFromCollection.Builder inputs​(Collection<String> inputs)

        The data inputs identified by their node names.

        Parameters:
        inputs - The data inputs identified by their node names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • inputs

        SelectFromCollection.Builder inputs​(String... inputs)

        The data inputs identified by their node names.

        Parameters:
        inputs - The data inputs identified by their node names.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • index

        SelectFromCollection.Builder index​(Integer index)

        The index for the DynamicFrame to be selected.

        Parameters:
        index - The index for the DynamicFrame to be selected.
        Returns:
        Returns a reference to this object so that method calls can be chained together.