Interface PartnerAppMaintenanceConfig.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PartnerAppMaintenanceConfig.Builder,
,PartnerAppMaintenanceConfig> SdkBuilder<PartnerAppMaintenanceConfig.Builder,
,PartnerAppMaintenanceConfig> SdkPojo
- Enclosing class:
PartnerAppMaintenanceConfig
@Mutable
@NotThreadSafe
public static interface PartnerAppMaintenanceConfig.Builder
extends SdkPojo, CopyableBuilder<PartnerAppMaintenanceConfig.Builder,PartnerAppMaintenanceConfig>
-
Method Summary
Modifier and TypeMethodDescriptionmaintenanceWindowStart
(String maintenanceWindowStart) The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled.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, sdkFieldNameToField, sdkFields
-
Method Details
-
maintenanceWindowStart
The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. This value must take the following format:
3-letter-day:24-h-hour:minute
. For example:TUE:03:30
.- Parameters:
maintenanceWindowStart
- The day and time of the week in Coordinated Universal Time (UTC) 24-hour standard time that weekly maintenance updates are scheduled. This value must take the following format:3-letter-day:24-h-hour:minute
. For example:TUE:03:30
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-