Interface ActionIdentifier.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ActionIdentifier.Builder,,ActionIdentifier> SdkBuilder<ActionIdentifier.Builder,,ActionIdentifier> SdkPojo
- Enclosing class:
ActionIdentifier
public static interface ActionIdentifier.Builder
extends SdkPojo, CopyableBuilder<ActionIdentifier.Builder,ActionIdentifier>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of an action.actionType(String actionType) The type of an action.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
actionType
The type of an action.
- Parameters:
actionType- The type of an action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionId
The ID of an action.
- Parameters:
actionId- The ID of an action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-