Interface DatasetActionSummary.Builder

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

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

    • 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:
    • 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: