public static interface DatasetActionSummary.Builder extends SdkPojo, CopyableBuilder<DatasetActionSummary.Builder,DatasetActionSummary>
| Modifier and Type | Method and Description |
|---|---|
DatasetActionSummary.Builder |
actionName(String actionName)
The name of the action that automatically creates the dataset's contents.
|
DatasetActionSummary.Builder |
actionType(DatasetActionType actionType)
The type of action by which the dataset's contents are automatically created.
|
DatasetActionSummary.Builder |
actionType(String actionType)
The type of action by which the dataset's contents are automatically created.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetActionSummary.Builder actionName(String actionName)
The name of the action that automatically creates the dataset's contents.
actionName - The name of the action that automatically creates the dataset's contents.DatasetActionSummary.Builder actionType(String actionType)
The type of action by which the dataset's contents are automatically created.
actionType - The type of action by which the dataset's contents are automatically created.DatasetActionType,
DatasetActionTypeDatasetActionSummary.Builder actionType(DatasetActionType actionType)
The type of action by which the dataset's contents are automatically created.
actionType - The type of action by which the dataset's contents are automatically created.DatasetActionType,
DatasetActionTypeCopyright © 2023. All rights reserved.