Class ExperimentTemplateAction


  • public final class ExperimentTemplateAction
    extends java.lang.Object
    • Method Detail

      • actionId

        public java.lang.String actionId()
        Returns:
        ID of the action. To find out what actions are supported see [AWS FIS actions reference](https://docs.aws.amazon.com/fis/latest/userguide/fis-actions-reference.html).
      • description

        public java.util.Optional<java.lang.String> description()
        Returns:
        Description of the action.
      • name

        public java.lang.String name()
        Returns:
        Friendly name of the action.
      • startAfters

        public java.util.List<java.lang.String> startAfters()
        Returns:
        Set of action names that must complete before this action can be executed.