Class ApplyPendingMaintenanceActionRequest
- All Implemented Interfaces:
ReadLimitInfo, Serializable, Cloneable
- See Also:
-
Field Summary
Fields inherited from class AmazonWebServiceRequest
NOOP -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates a shallow clone of this request.booleanThe pending maintenance action to apply to this resource.A value that specifies the type of opt-in request, or undoes an opt-in request.The RDS Amazon Resource Name (ARN) of the resource that the pending maintenance action applies to.inthashCode()voidsetApplyAction(String applyAction) The pending maintenance action to apply to this resource.voidsetOptInType(String optInType) A value that specifies the type of opt-in request, or undoes an opt-in request.voidsetResourceIdentifier(String resourceIdentifier) The RDS Amazon Resource Name (ARN) of the resource that the pending maintenance action applies to.toString()Returns a string representation of this object; useful for testing and debugging.withApplyAction(String applyAction) The pending maintenance action to apply to this resource.withOptInType(String optInType) A value that specifies the type of opt-in request, or undoes an opt-in request.withResourceIdentifier(String resourceIdentifier) The RDS Amazon Resource Name (ARN) of the resource that the pending maintenance action applies to.Methods inherited from class AmazonWebServiceRequest
copyBaseTo, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
-
Constructor Details
-
ApplyPendingMaintenanceActionRequest
public ApplyPendingMaintenanceActionRequest()
-
-
Method Details
-
setResourceIdentifier
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).
-
getResourceIdentifier
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:
- 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).
-
withResourceIdentifier
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.
-
setApplyAction
The pending maintenance action to apply to this resource.
Valid values:
system-update,db-upgrade- Parameters:
applyAction- The pending maintenance action to apply to this resource.Valid values:
system-update,db-upgrade
-
getApplyAction
The pending maintenance action to apply to this resource.
Valid values:
system-update,db-upgrade- Returns:
- The pending maintenance action to apply to this resource.
Valid values:
system-update,db-upgrade
-
withApplyAction
The pending maintenance action to apply to this resource.
Valid values:
system-update,db-upgrade- Parameters:
applyAction- The pending maintenance action to apply to this resource.Valid values:
system-update,db-upgrade- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setOptInType
A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type
immediatecannot 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-maintenanceopt-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 typeimmediatecannot 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-maintenanceopt-in requests.
-
-
-
getOptInType
A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type
immediatecannot 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-maintenanceopt-in requests.
- Returns:
- A value that specifies the type of opt-in request, or undoes an
opt-in request. An opt-in request of type
immediatecannot 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-maintenanceopt-in requests.
-
-
-
withOptInType
A value that specifies the type of opt-in request, or undoes an opt-in request. An opt-in request of type
immediatecannot 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-maintenanceopt-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 typeimmediatecannot 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-maintenanceopt-in requests.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
toString
-
equals
-
hashCode
-
clone
Description copied from class:AmazonWebServiceRequestCreates a shallow clone of this request. Explicitly does not clone the deep structure of the request object.- Overrides:
clonein classAmazonWebServiceRequest- See Also:
-