Interface PendingMaintenanceActionDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<PendingMaintenanceActionDetails.Builder,PendingMaintenanceActionDetails>,SdkBuilder<PendingMaintenanceActionDetails.Builder,PendingMaintenanceActionDetails>,SdkPojo
- Enclosing class:
- PendingMaintenanceActionDetails
public static interface PendingMaintenanceActionDetails.Builder extends SdkPojo, CopyableBuilder<PendingMaintenanceActionDetails.Builder,PendingMaintenanceActionDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PendingMaintenanceActionDetails.Builderaction(String action)Displays the specific action of a pending maintenance action.PendingMaintenanceActionDetails.BuilderautoAppliedAfterDate(String autoAppliedAfterDate)Displays the date of the maintenance window when the action is applied.PendingMaintenanceActionDetails.BuildercurrentApplyDate(String currentApplyDate)Displays the effective date when the pending maintenance action is applied to the resource.PendingMaintenanceActionDetails.Builderdescription(String description)Displays a description providing more detail about the maintenance action.PendingMaintenanceActionDetails.BuilderforcedApplyDate(String forcedApplyDate)Displays the date when the maintenance action is automatically applied.PendingMaintenanceActionDetails.BuilderoptInStatus(String optInStatus)Displays the type ofoptInTyperequest 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 Detail
-
action
PendingMaintenanceActionDetails.Builder action(String 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
PendingMaintenanceActionDetails.Builder autoAppliedAfterDate(String 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_MAINTENANCEoptInTyperequests 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_MAINTENANCEoptInTyperequests are ignored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
currentApplyDate
PendingMaintenanceActionDetails.Builder currentApplyDate(String 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
PendingMaintenanceActionDetails.Builder description(String 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
PendingMaintenanceActionDetails.Builder forcedApplyDate(String 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
IMMEDIATEoptInTyperequests 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, anyIMMEDIATEoptInTyperequests are ignored.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
optInStatus
PendingMaintenanceActionDetails.Builder optInStatus(String optInStatus)
Displays the type of
optInTyperequest that has been received for the resource.- Parameters:
optInStatus- Displays the type ofoptInTyperequest that has been received for the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-