Interface ScheduledAuditMetadata.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ScheduledAuditMetadata.Builder,,ScheduledAuditMetadata> SdkBuilder<ScheduledAuditMetadata.Builder,,ScheduledAuditMetadata> SdkPojo
- Enclosing class:
ScheduledAuditMetadata
public static interface ScheduledAuditMetadata.Builder
extends SdkPojo, CopyableBuilder<ScheduledAuditMetadata.Builder,ScheduledAuditMetadata>
-
Method Summary
Modifier and TypeMethodDescriptiondayOfMonth(String dayOfMonth) The day of the month on which the scheduled audit is run (if thefrequencyis "MONTHLY").The day of the week on which the scheduled audit is run (if thefrequencyis "WEEKLY" or "BIWEEKLY").The day of the week on which the scheduled audit is run (if thefrequencyis "WEEKLY" or "BIWEEKLY").How often the scheduled audit occurs.frequency(AuditFrequency frequency) How often the scheduled audit occurs.scheduledAuditArn(String scheduledAuditArn) The ARN of the scheduled audit.scheduledAuditName(String scheduledAuditName) The name of the scheduled audit.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
scheduledAuditName
The name of the scheduled audit.
- Parameters:
scheduledAuditName- The name of the scheduled audit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
scheduledAuditArn
The ARN of the scheduled audit.
- Parameters:
scheduledAuditArn- The ARN of the scheduled audit.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
frequency
How often the scheduled audit occurs.
- Parameters:
frequency- How often the scheduled audit occurs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
frequency
How often the scheduled audit occurs.
- Parameters:
frequency- How often the scheduled audit occurs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dayOfMonth
The day of the month on which the scheduled audit is run (if the
frequencyis "MONTHLY"). If days 29-31 are specified, and the month does not have that many days, the audit takes place on the "LAST" day of the month.- Parameters:
dayOfMonth- The day of the month on which the scheduled audit is run (if thefrequencyis "MONTHLY"). If days 29-31 are specified, and the month does not have that many days, the audit takes place on the "LAST" day of the month.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dayOfWeek
The day of the week on which the scheduled audit is run (if the
frequencyis "WEEKLY" or "BIWEEKLY").- Parameters:
dayOfWeek- The day of the week on which the scheduled audit is run (if thefrequencyis "WEEKLY" or "BIWEEKLY").- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dayOfWeek
The day of the week on which the scheduled audit is run (if the
frequencyis "WEEKLY" or "BIWEEKLY").- Parameters:
dayOfWeek- The day of the week on which the scheduled audit is run (if thefrequencyis "WEEKLY" or "BIWEEKLY").- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-