Class TransferJobScheduleArgs.Builder

  • Enclosing class:
    TransferJobScheduleArgs

    public static final class TransferJobScheduleArgs.Builder
    extends java.lang.Object
    • Method Detail

      • repeatInterval

        public TransferJobScheduleArgs.Builder repeatInterval​(@Nullable
                                                              com.pulumi.core.Output<java.lang.String> repeatInterval)
        Parameters:
        repeatInterval - Interval between the start of each scheduled transfer. If unspecified, the default value is 24 hours. This value may not be less than 1 hour. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
        Returns:
        builder
      • repeatInterval

        public TransferJobScheduleArgs.Builder repeatInterval​(java.lang.String repeatInterval)
        Parameters:
        repeatInterval - Interval between the start of each scheduled transfer. If unspecified, the default value is 24 hours. This value may not be less than 1 hour. A duration in seconds with up to nine fractional digits, terminated by 's'. Example: "3.5s".
        Returns:
        builder
      • scheduleEndDate

        public TransferJobScheduleArgs.Builder scheduleEndDate​(@Nullable
                                                               com.pulumi.core.Output<TransferJobScheduleScheduleEndDateArgs> scheduleEndDate)
        Parameters:
        scheduleEndDate - The last day the recurring transfer will be run. If `schedule_end_date` is the same as `schedule_start_date`, the transfer will be executed only once. Structure documented below.
        Returns:
        builder
      • scheduleEndDate

        public TransferJobScheduleArgs.Builder scheduleEndDate​(TransferJobScheduleScheduleEndDateArgs scheduleEndDate)
        Parameters:
        scheduleEndDate - The last day the recurring transfer will be run. If `schedule_end_date` is the same as `schedule_start_date`, the transfer will be executed only once. Structure documented below.
        Returns:
        builder
      • scheduleStartDate

        public TransferJobScheduleArgs.Builder scheduleStartDate​(com.pulumi.core.Output<TransferJobScheduleScheduleStartDateArgs> scheduleStartDate)
        Parameters:
        scheduleStartDate - The first day the recurring transfer is scheduled to run. If `schedule_start_date` is in the past, the transfer will run for the first time on the following day. Structure documented below.
        Returns:
        builder
      • scheduleStartDate

        public TransferJobScheduleArgs.Builder scheduleStartDate​(TransferJobScheduleScheduleStartDateArgs scheduleStartDate)
        Parameters:
        scheduleStartDate - The first day the recurring transfer is scheduled to run. If `schedule_start_date` is in the past, the transfer will run for the first time on the following day. Structure documented below.
        Returns:
        builder
      • startTimeOfDay

        public TransferJobScheduleArgs.Builder startTimeOfDay​(@Nullable
                                                              com.pulumi.core.Output<TransferJobScheduleStartTimeOfDayArgs> startTimeOfDay)
        Parameters:
        startTimeOfDay - The time in UTC at which the transfer will be scheduled to start in a day. Transfers may start later than this time. If not specified, recurring and one-time transfers that are scheduled to run today will run immediately; recurring transfers that are scheduled to run on a future date will start at approximately midnight UTC on that date. Note that when configuring a transfer with the Cloud Platform Console, the transfer's start time in a day is specified in your local timezone. Structure documented below.
        Returns:
        builder
      • startTimeOfDay

        public TransferJobScheduleArgs.Builder startTimeOfDay​(TransferJobScheduleStartTimeOfDayArgs startTimeOfDay)
        Parameters:
        startTimeOfDay - The time in UTC at which the transfer will be scheduled to start in a day. Transfers may start later than this time. If not specified, recurring and one-time transfers that are scheduled to run today will run immediately; recurring transfers that are scheduled to run on a future date will start at approximately midnight UTC on that date. Note that when configuring a transfer with the Cloud Platform Console, the transfer's start time in a day is specified in your local timezone. Structure documented below.
        Returns:
        builder