JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.redshift.model

Class ModifyScheduledActionRequest

    • Constructor Detail

      • ModifyScheduledActionRequest

        public ModifyScheduledActionRequest()
    • Method Detail

      • setScheduledActionName

        public void setScheduledActionName(String scheduledActionName)

        The name of the scheduled action to modify.

        Parameters:
        scheduledActionName - The name of the scheduled action to modify.
      • getScheduledActionName

        public String getScheduledActionName()

        The name of the scheduled action to modify.

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

        public ModifyScheduledActionRequest withScheduledActionName(String scheduledActionName)

        The name of the scheduled action to modify.

        Parameters:
        scheduledActionName - The name of the scheduled action to modify.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setTargetAction

        public void setTargetAction(ScheduledActionType targetAction)

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

        Parameters:
        targetAction - A modified JSON format of the scheduled action. For more information about this parameter, see ScheduledAction.
      • getTargetAction

        public ScheduledActionType getTargetAction()

        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.
      • withTargetAction

        public ModifyScheduledActionRequest withTargetAction(ScheduledActionType targetAction)

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

        Parameters:
        targetAction - A modified JSON format of the scheduled action. For more information about this parameter, see ScheduledAction.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setSchedule

        public void setSchedule(String schedule)

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

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

        public String getSchedule()

        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.
      • withSchedule

        public ModifyScheduledActionRequest withSchedule(String schedule)

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

        Parameters:
        schedule - A modified schedule in either at( ) or cron( ) format. For more information about this parameter, see ScheduledAction.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setIamRole

        public void setIamRole(String iamRole)

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

        Parameters:
        iamRole - A different IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction.
      • getIamRole

        public String getIamRole()

        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.
      • withIamRole

        public ModifyScheduledActionRequest withIamRole(String iamRole)

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

        Parameters:
        iamRole - A different IAM role to assume to run the target action. For more information about this parameter, see ScheduledAction.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setScheduledActionDescription

        public void setScheduledActionDescription(String scheduledActionDescription)

        A modified description of the scheduled action.

        Parameters:
        scheduledActionDescription - A modified description of the scheduled action.
      • getScheduledActionDescription

        public String getScheduledActionDescription()

        A modified description of the scheduled action.

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

        public ModifyScheduledActionRequest withScheduledActionDescription(String scheduledActionDescription)

        A modified description of the scheduled action.

        Parameters:
        scheduledActionDescription - A modified description of the scheduled action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setStartTime

        public void setStartTime(Date startTime)

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

        Parameters:
        startTime - A modified start time of the scheduled action. For more information about this parameter, see ScheduledAction.
      • getStartTime

        public Date getStartTime()

        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.
      • withStartTime

        public ModifyScheduledActionRequest withStartTime(Date startTime)

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

        Parameters:
        startTime - A modified start time of the scheduled action. For more information about this parameter, see ScheduledAction.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEndTime

        public void setEndTime(Date endTime)

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

        Parameters:
        endTime - A modified end time of the scheduled action. For more information about this parameter, see ScheduledAction.
      • getEndTime

        public Date getEndTime()

        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.
      • withEndTime

        public ModifyScheduledActionRequest withEndTime(Date endTime)

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

        Parameters:
        endTime - A modified end time of the scheduled action. For more information about this parameter, see ScheduledAction.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEnable

        public void setEnable(Boolean enable)

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

        Parameters:
        enable - A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled.
      • getEnable

        public Boolean getEnable()

        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.
      • withEnable

        public ModifyScheduledActionRequest withEnable(Boolean enable)

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

        Parameters:
        enable - A modified enable flag of the scheduled action. If true, the scheduled action is active. If false, the scheduled action is disabled.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • isEnable

        public Boolean isEnable()

        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 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
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /