default CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.Builder.actionType(Consumer<ActionType.Builder> actionType) |
Returns information about the details of an action type.
|
CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.Builder.actionType(ActionType actionType) |
Returns information about the details of an action type.
|
static CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.builder() |
|
CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.Builder.tags(Collection<Tag> tags) |
Specifies the tags applied to the custom action.
|
CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.Builder.tags(Consumer<Tag.Builder>... tags) |
Specifies the tags applied to the custom action.
|
CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.Builder.tags(Tag... tags) |
Specifies the tags applied to the custom action.
|
CreateCustomActionTypeResponse.Builder |
CreateCustomActionTypeResponse.toBuilder() |
|