Class JobRecurrenceScheduleResponse
- java.lang.Object
-
- com.pulumi.azurenative.scheduler.outputs.JobRecurrenceScheduleResponse
-
public final class JobRecurrenceScheduleResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
JobRecurrenceScheduleResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static JobRecurrenceScheduleResponse.Builder
builder()
static JobRecurrenceScheduleResponse.Builder
builder(JobRecurrenceScheduleResponse defaults)
java.util.List<java.lang.Integer>
hours()
java.util.List<java.lang.Integer>
minutes()
java.util.List<java.lang.Integer>
monthDays()
java.util.List<JobRecurrenceScheduleMonthlyOccurrenceResponse>
monthlyOccurrences()
java.util.List<java.lang.String>
weekDays()
-
-
-
Method Detail
-
hours
public java.util.List<java.lang.Integer> hours()
- Returns:
- Gets or sets the hours of the day that the job should execute at.
-
minutes
public java.util.List<java.lang.Integer> minutes()
- Returns:
- Gets or sets the minutes of the hour that the job should execute at.
-
monthDays
public java.util.List<java.lang.Integer> monthDays()
- Returns:
- Gets or sets the days of the month that the job should execute on. Must be between 1 and 31.
-
monthlyOccurrences
public java.util.List<JobRecurrenceScheduleMonthlyOccurrenceResponse> monthlyOccurrences()
- Returns:
- Gets or sets the occurrences of days within a month.
-
weekDays
public java.util.List<java.lang.String> weekDays()
- Returns:
- Gets or sets the days of the week that the job should execute on.
-
builder
public static JobRecurrenceScheduleResponse.Builder builder()
-
builder
public static JobRecurrenceScheduleResponse.Builder builder(JobRecurrenceScheduleResponse defaults)
-
-