public static interface Action.Builder extends SdkPojo, CopyableBuilder<Action.Builder,Action>
| Modifier and Type | Method and Description |
|---|---|
Action.Builder |
description(String description)
The description for the action.
|
Action.Builder |
id(String id)
The ID of the action.
|
Action.Builder |
parameters(Map<String,ActionParameter> parameters)
The action parameters, if applicable.
|
Action.Builder |
tags(Map<String,String> tags)
The tags for the action.
|
Action.Builder |
targets(Map<String,ActionTarget> targets)
The supported targets for the action.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAction.Builder id(String id)
The ID of the action.
id - The ID of the action.Action.Builder description(String description)
The description for the action.
description - The description for the action.Action.Builder parameters(Map<String,ActionParameter> parameters)
The action parameters, if applicable.
parameters - The action parameters, if applicable.Action.Builder targets(Map<String,ActionTarget> targets)
The supported targets for the action.
targets - The supported targets for the action.Action.Builder tags(Map<String,String> tags)
The tags for the action.
tags - The tags for the action.Copyright © 2022. All rights reserved.