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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ActionIdentifier.BuilderactionId(String actionId)The ID of an action.ActionIdentifier.BuilderactionType(String actionType)The type of an action.-
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
-
actionType
ActionIdentifier.Builder actionType(String 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
ActionIdentifier.Builder actionId(String 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.
-
-