Interface SelectFromCollection.Builder

All Superinterfaces:
Buildable, CopyableBuilder<SelectFromCollection.Builder,SelectFromCollection>, SdkBuilder<SelectFromCollection.Builder,SelectFromCollection>, SdkPojo
Enclosing class:
SelectFromCollection

public static interface SelectFromCollection.Builder extends SdkPojo, CopyableBuilder<SelectFromCollection.Builder,SelectFromCollection>
  • Method Details

    • 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

      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

      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

      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.