Interface ActionSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ActionSummary.Builder,
,ActionSummary> SdkBuilder<ActionSummary.Builder,
,ActionSummary> SdkPojo
- Enclosing class:
ActionSummary
public static interface ActionSummary.Builder
extends SdkPojo, CopyableBuilder<ActionSummary.Builder,ActionSummary>
-
Method Summary
Modifier and TypeMethodDescriptionactionType
(String actionType) The action type.actionType
(ActionType actionType) The action type.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
-
actionType
The action type.
- Parameters:
actionType
- The action type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
actionType
The action type.
- Parameters:
actionType
- The action type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-