Interface ApplyPendingMaintenanceActionRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ApplyPendingMaintenanceActionRequest.Builder,ApplyPendingMaintenanceActionRequest>
,RdsRequest.Builder
,SdkBuilder<ApplyPendingMaintenanceActionRequest.Builder,ApplyPendingMaintenanceActionRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ApplyPendingMaintenanceActionRequest
public static interface ApplyPendingMaintenanceActionRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<ApplyPendingMaintenanceActionRequest.Builder,ApplyPendingMaintenanceActionRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplyPendingMaintenanceActionRequest.Builder
applyAction(String applyAction)
The pending maintenance action to apply to this resource.ApplyPendingMaintenanceActionRequest.Builder
optInType(String optInType)
A value that specifies the type of opt-in request, or undoes an opt-in request.ApplyPendingMaintenanceActionRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ApplyPendingMaintenanceActionRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
ApplyPendingMaintenanceActionRequest.Builder
resourceIdentifier(String resourceIdentifier)
The RDS Amazon Resource Name (ARN) of the resource that the pending maintenance action applies to.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsRequest.Builder
build
-
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
-
resourceIdentifier
ApplyPendingMaintenanceActionRequest.Builder resourceIdentifier(String resourceIdentifier)
The RDS Amazon Resource Name (ARN) of the resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).
- Parameters:
resourceIdentifier
- The RDS Amazon Resource Name (ARN) of the resource that the pending maintenance action applies to. For information about creating an ARN, see Constructing an RDS Amazon Resource Name (ARN).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applyAction
ApplyPendingMaintenanceActionRequest.Builder applyAction(String applyAction)
The pending maintenance action to apply to this resource.
Valid Values:
-
ca-certificate-rotation
-
db-upgrade
-
hardware-maintenance
-
os-upgrade
-
system-update
For more information about these actions, see Maintenance actions for Amazon Aurora or Maintenance actions for Amazon RDS.
- Parameters:
applyAction
- The pending maintenance action to apply to this resource.Valid Values:
-
ca-certificate-rotation
-
db-upgrade
-
hardware-maintenance
-
os-upgrade
-
system-update
For more information about these actions, see Maintenance actions for Amazon Aurora or Maintenance actions for Amazon RDS.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
optInType
ApplyPendingMaintenanceActionRequest.Builder optInType(String optInType)
A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type
immediate
can't be undone.Valid Values:
-
immediate
- Apply the maintenance action immediately. -
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource. -
undo-opt-in
- Cancel any existingnext-maintenance
opt-in requests.
- Parameters:
optInType
- A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of typeimmediate
can't be undone.Valid Values:
-
immediate
- Apply the maintenance action immediately. -
next-maintenance
- Apply the maintenance action during the next maintenance window for the resource. -
undo-opt-in
- Cancel any existingnext-maintenance
opt-in requests.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
overrideConfiguration
ApplyPendingMaintenanceActionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ApplyPendingMaintenanceActionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-