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.
|
copy
applyMutation, build
DatasetActionSummary.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
,
DatasetActionType
DatasetActionSummary.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
,
DatasetActionType
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.