Interface DatasetActionSummary.Builder

    • Method Detail

      • actionName

        DatasetActionSummary.Builder actionName​(String actionName)

        The name of the action that automatically creates the dataset's contents.

        Parameters:
        actionName - The name of the action that automatically creates the dataset's contents.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • actionType

        DatasetActionSummary.Builder actionType​(String actionType)

        The type of action by which the dataset's contents are automatically created.

        Parameters:
        actionType - The type of action by which the dataset's contents are automatically created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DatasetActionType, DatasetActionType
      • actionType

        DatasetActionSummary.Builder actionType​(DatasetActionType actionType)

        The type of action by which the dataset's contents are automatically created.

        Parameters:
        actionType - The type of action by which the dataset's contents are automatically created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        DatasetActionType, DatasetActionType