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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatasetActionSummary.BuilderactionName(String actionName)The name of the action that automatically creates the dataset's contents.DatasetActionSummary.BuilderactionType(String actionType)The type of action by which the dataset's contents are automatically created.DatasetActionSummary.BuilderactionType(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 Detail
-
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:
DatasetActionType,DatasetActionType
-
actionType
DatasetActionSummary.Builder actionType(DatasetActionType 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:
DatasetActionType,DatasetActionType
-
-