Class ModifyScheduledActionRequest

    • Method Detail

      • scheduledActionName

        public final String scheduledActionName()

        The name of the scheduled action to modify.

        Returns:
        The name of the scheduled action to modify.
      • targetAction

        public final ScheduledActionType targetAction()

        A modified JSON format of the scheduled action. For more information about this parameter, see ScheduledAction.

        Returns:
        A modified JSON format of the scheduled action. For more information about this parameter, see ScheduledAction.
      • schedule

        public final String schedule()

        A modified schedule in either at( ) or cron( ) format. For more information about this parameter, see ScheduledAction.

        Returns:
        A modified schedule in either at( ) or cron( ) format. For more information about this parameter, see ScheduledAction.
      • iamRole

        public final String iamRole()

        A different IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction.

        Returns:
        A different IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction.
      • scheduledActionDescription

        public final String scheduledActionDescription()

        A modified description of the scheduled action.

        Returns:
        A modified description of the scheduled action.
      • startTime

        public final Instant startTime()

        A modified start time of the scheduled action. For more information about this parameter, see ScheduledAction.

        Returns:
        A modified start time of the scheduled action. For more information about this parameter, see ScheduledAction.
      • endTime

        public final Instant endTime()

        A modified end time of the scheduled action. For more information about this parameter, see ScheduledAction.

        Returns:
        A modified end time of the scheduled action. For more information about this parameter, see ScheduledAction.
      • enable

        public final Boolean enable()

        A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled.

        Returns:
        A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object