@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 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.
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.
public MonthlySchedule.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<MonthlySchedule.Builder,MonthlySchedule>public static MonthlySchedule.Builder builder()
public static Class<? extends MonthlySchedule.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.