Class MonthlySchedule
- java.lang.Object
-
- software.amazon.awssdk.services.macie2.model.MonthlySchedule
-
- All Implemented Interfaces:
Serializable,SdkPojo,ToCopyableBuilder<MonthlySchedule.Builder,MonthlySchedule>
@Generated("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.
- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceMonthlySchedule.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MonthlySchedule.Builderbuilder()IntegerdayOfMonth()The numeric day of the month when Amazon Macie runs the job.booleanequals(Object obj)booleanequalsBySdkFields(Object obj)<T> Optional<T>getValueForField(String fieldName, Class<T> clazz)inthashCode()Map<String,SdkField<?>>sdkFieldNameToField()List<SdkField<?>>sdkFields()static Class<? extends MonthlySchedule.Builder>serializableBuilderClass()MonthlySchedule.BuildertoBuilder()StringtoString()Returns a string representation of this object.-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface software.amazon.awssdk.utils.builder.ToCopyableBuilder
copy
-
-
-
-
Method Detail
-
dayOfMonth
public 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.
- Returns:
- 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.
-
toBuilder
public MonthlySchedule.Builder toBuilder()
- Specified by:
toBuilderin interfaceToCopyableBuilder<MonthlySchedule.Builder,MonthlySchedule>
-
builder
public static MonthlySchedule.Builder builder()
-
serializableBuilderClass
public static Class<? extends MonthlySchedule.Builder> serializableBuilderClass()
-
equalsBySdkFields
public final boolean equalsBySdkFields(Object obj)
- Specified by:
equalsBySdkFieldsin interfaceSdkPojo
-
toString
public final String toString()
Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
-
sdkFieldNameToField
public final Map<String,SdkField<?>> sdkFieldNameToField()
- Specified by:
sdkFieldNameToFieldin interfaceSdkPojo
-
-