public static interface MonthlySchedule.Builder extends SdkPojo, CopyableBuilder<MonthlySchedule.Builder,MonthlySchedule>
| Modifier and Type | Method and Description |
|---|---|
MonthlySchedule.Builder |
dayOfMonth(Integer dayOfMonth)
The numeric day of the month when Amazon Macie runs the job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildMonthlySchedule.Builder dayOfMonth(Integer dayOfMonth)
The numeric day of the month when Amazon Macie runs the job. This value can be an integer from 1 through 31.
If this value exceeds the number of days in a certain month, Macie runs the job on the last day of that month. For example, if this value is 31 and a month has only 30 days, Macie runs the job on day 30 of that month.
dayOfMonth - The numeric day of the month when Amazon Macie runs the job. This value can be an integer from 1
through 31.
If this value exceeds the number of days in a certain month, Macie runs the job on the last day of that month. For example, if this value is 31 and a month has only 30 days, Macie runs the job on day 30 of that month.
Copyright © 2020. All rights reserved.