Uses of Interface
software.amazon.awssdk.services.macie2.model.MonthlySchedule.Builder
-
Packages that use MonthlySchedule.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of MonthlySchedule.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return MonthlySchedule.Builder Modifier and Type Method Description static MonthlySchedule.BuilderMonthlySchedule. builder()MonthlySchedule.BuilderMonthlySchedule.Builder. dayOfMonth(Integer dayOfMonth)The numeric day of the month when Amazon Macie runs the job.MonthlySchedule.BuilderMonthlySchedule. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type MonthlySchedule.Builder Modifier and Type Method Description static Class<? extends MonthlySchedule.Builder>MonthlySchedule. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type MonthlySchedule.Builder Modifier and Type Method Description default JobScheduleFrequency.BuilderJobScheduleFrequency.Builder. monthlySchedule(Consumer<MonthlySchedule.Builder> monthlySchedule)Specifies a monthly recurrence pattern for running the job.
-