Uses of Interface
software.amazon.awssdk.services.fis.model.Action.Builder
-
Packages that use Action.Builder Package Description software.amazon.awssdk.services.fis.model -
-
Uses of Action.Builder in software.amazon.awssdk.services.fis.model
Methods in software.amazon.awssdk.services.fis.model that return Action.Builder Modifier and Type Method Description Action.BuilderAction.Builder. arn(String arn)The Amazon Resource Name (ARN) of the action.static Action.BuilderAction. builder()Action.BuilderAction.Builder. description(String description)The description for the action.Action.BuilderAction.Builder. id(String id)The ID of the action.Action.BuilderAction.Builder. parameters(Map<String,ActionParameter> parameters)The action parameters, if applicable.Action.BuilderAction.Builder. tags(Map<String,String> tags)The tags for the action.Action.BuilderAction.Builder. targets(Map<String,ActionTarget> targets)The supported targets for the action.Action.BuilderAction. toBuilder()Methods in software.amazon.awssdk.services.fis.model that return types with arguments of type Action.Builder Modifier and Type Method Description static Class<? extends Action.Builder>Action. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.fis.model with type arguments of type Action.Builder Modifier and Type Method Description default GetActionResponse.BuilderGetActionResponse.Builder. action(Consumer<Action.Builder> action)Information about the action.
-