@Generated(value="software.amazon.awssdk:codegen") public final class MonthlySchedule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<MonthlySchedule.Builder,MonthlySchedule>
Specifies a monthly recurrence pattern for running a classification job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
MonthlySchedule.Builder |
| Modifier and Type | Method and Description |
|---|---|
static MonthlySchedule.Builder |
builder() |
Integer |
dayOfMonth()
The numeric day of the month when Amazon Macie runs the job.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends MonthlySchedule.Builder> |
serializableBuilderClass() |
MonthlySchedule.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final 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 doesn't run the job that month. Macie runs the job only during months that have the specified day. For example, if this value is 31 and a month has only 30 days, Macie doesn't run the job that month. To run the job every month, specify a value that's less than 29.
If this value exceeds the number of days in a certain month, Macie doesn't run the job that month. Macie runs the job only during months that have the specified day. For example, if this value is 31 and a month has only 30 days, Macie doesn't run the job that month. To run the job every month, specify a value that's less than 29.
public MonthlySchedule.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MonthlySchedule.Builder,MonthlySchedule>public static MonthlySchedule.Builder builder()
public static Class<? extends MonthlySchedule.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.