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 Summary
Modifier and TypeMethodDescriptionactionName
(String actionName) The name of the action that automatically creates the dataset's contents.actionType
(String actionType) The type of action by which the dataset's contents are automatically created.actionType
(DatasetActionType actionType) The type of action by which the dataset's contents are automatically created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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
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:
-