Interface ScheduleRefreshOnEntity.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ScheduleRefreshOnEntity.Builder,
,ScheduleRefreshOnEntity> SdkBuilder<ScheduleRefreshOnEntity.Builder,
,ScheduleRefreshOnEntity> SdkPojo
- Enclosing class:
ScheduleRefreshOnEntity
public static interface ScheduleRefreshOnEntity.Builder
extends SdkPojo, CopyableBuilder<ScheduleRefreshOnEntity.Builder,ScheduleRefreshOnEntity>
-
Method Summary
Modifier and TypeMethodDescriptiondayOfMonth
(String dayOfMonth) The day of the month that you want to schedule refresh on.The day of the week that you want to schedule a refresh on.The day of the week that you want to schedule a refresh on.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
dayOfWeek
The day of the week that you want to schedule a refresh on.
- Parameters:
dayOfWeek
- The day of the week that you want to schedule a refresh on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dayOfWeek
The day of the week that you want to schedule a refresh on.
- Parameters:
dayOfWeek
- The day of the week that you want to schedule a refresh on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dayOfMonth
The day of the month that you want to schedule refresh on.
- Parameters:
dayOfMonth
- The day of the month that you want to schedule refresh on.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-