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 which automatically creates the data set's contents.
|
DatasetActionSummary.Builder |
actionType(DatasetActionType actionType)
The type of action by which the data set's contents are automatically created.
|
DatasetActionSummary.Builder |
actionType(String actionType)
The type of action by which the data set's contents are automatically created.
|
copyapplyMutation, buildDatasetActionSummary.Builder actionName(String actionName)
The name of the action which automatically creates the data set's contents.
actionName - The name of the action which automatically creates the data set's contents.DatasetActionSummary.Builder actionType(String actionType)
The type of action by which the data set's contents are automatically created.
actionType - The type of action by which the data set's contents are automatically created.DatasetActionType,
DatasetActionTypeDatasetActionSummary.Builder actionType(DatasetActionType actionType)
The type of action by which the data set's contents are automatically created.
actionType - The type of action by which the data set's contents are automatically created.DatasetActionType,
DatasetActionTypeCopyright © 2017 Amazon Web Services, Inc. All Rights Reserved.