Interface PendingMaintenanceActionDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<PendingMaintenanceActionDetails.Builder,
,PendingMaintenanceActionDetails> SdkBuilder<PendingMaintenanceActionDetails.Builder,
,PendingMaintenanceActionDetails> SdkPojo
- Enclosing class:
PendingMaintenanceActionDetails
-
Method Summary
Modifier and TypeMethodDescriptionDisplays the specific action of a pending maintenance action.autoAppliedAfterDate
(String autoAppliedAfterDate) Displays the date of the maintenance window when the action is applied.currentApplyDate
(String currentApplyDate) Displays the effective date when the pending maintenance action is applied to the resource.description
(String description) Displays a description providing more detail about the maintenance action.forcedApplyDate
(String forcedApplyDate) Displays the date when the maintenance action is automatically applied.optInStatus
(String optInStatus) Displays the type ofoptInType
request that has been received for the resource.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
-
action
Displays the specific action of a pending maintenance action.
- Parameters:
action
- Displays the specific action of a pending maintenance action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
autoAppliedAfterDate
Displays the date of the maintenance window when the action is applied. The maintenance action is applied to the resource during its first maintenance window after this date. If this date is specified, any
NEXT_MAINTENANCE
optInType
requests are ignored.- Parameters:
autoAppliedAfterDate
- Displays the date of the maintenance window when the action is applied. The maintenance action is applied to the resource during its first maintenance window after this date. If this date is specified, anyNEXT_MAINTENANCE
optInType
requests are ignored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentApplyDate
Displays the effective date when the pending maintenance action is applied to the resource.
- Parameters:
currentApplyDate
- Displays the effective date when the pending maintenance action is applied to the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
Displays a description providing more detail about the maintenance action.
- Parameters:
description
- Displays a description providing more detail about the maintenance action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
forcedApplyDate
Displays the date when the maintenance action is automatically applied. The maintenance action is applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, any
IMMEDIATE
optInType
requests are ignored.- Parameters:
forcedApplyDate
- Displays the date when the maintenance action is automatically applied. The maintenance action is applied to the resource on this date regardless of the maintenance window for the resource. If this date is specified, anyIMMEDIATE
optInType
requests are ignored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optInStatus
Displays the type of
optInType
request that has been received for the resource.- Parameters:
optInStatus
- Displays the type ofoptInType
request that has been received for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-