@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DeleteDBInstanceAutomatedBackupRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Parameter input for the DeleteDBInstanceAutomatedBackup
operation.
NOOP
Constructor and Description |
---|
DeleteDBInstanceAutomatedBackupRequest() |
Modifier and Type | Method and Description |
---|---|
DeleteDBInstanceAutomatedBackupRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDBInstanceAutomatedBackupsArn()
The Amazon Resource Name (ARN) of the automated backups to delete, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE . |
String |
getDbiResourceId()
The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services
Region.
|
int |
hashCode() |
void |
setDBInstanceAutomatedBackupsArn(String dBInstanceAutomatedBackupsArn)
The Amazon Resource Name (ARN) of the automated backups to delete, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE . |
void |
setDbiResourceId(String dbiResourceId)
The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services
Region.
|
String |
toString()
Returns a string representation of this object.
|
DeleteDBInstanceAutomatedBackupRequest |
withDBInstanceAutomatedBackupsArn(String dBInstanceAutomatedBackupsArn)
The Amazon Resource Name (ARN) of the automated backups to delete, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE . |
DeleteDBInstanceAutomatedBackupRequest |
withDbiResourceId(String dbiResourceId)
The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services
Region.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeout
public DeleteDBInstanceAutomatedBackupRequest()
public void setDbiResourceId(String dbiResourceId)
The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
dbiResourceId
- The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web
Services Region.public String getDbiResourceId()
The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
public DeleteDBInstanceAutomatedBackupRequest withDbiResourceId(String dbiResourceId)
The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web Services Region.
dbiResourceId
- The identifier for the source DB instance, which can't be changed and which is unique to an Amazon Web
Services Region.public void setDBInstanceAutomatedBackupsArn(String dBInstanceAutomatedBackupsArn)
The Amazon Resource Name (ARN) of the automated backups to delete, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
This setting doesn't apply to RDS Custom.
dBInstanceAutomatedBackupsArn
- The Amazon Resource Name (ARN) of the automated backups to delete, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
This setting doesn't apply to RDS Custom.
public String getDBInstanceAutomatedBackupsArn()
The Amazon Resource Name (ARN) of the automated backups to delete, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
This setting doesn't apply to RDS Custom.
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
This setting doesn't apply to RDS Custom.
public DeleteDBInstanceAutomatedBackupRequest withDBInstanceAutomatedBackupsArn(String dBInstanceAutomatedBackupsArn)
The Amazon Resource Name (ARN) of the automated backups to delete, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
This setting doesn't apply to RDS Custom.
dBInstanceAutomatedBackupsArn
- The Amazon Resource Name (ARN) of the automated backups to delete, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE
.
This setting doesn't apply to RDS Custom.
public String toString()
toString
in class Object
Object.toString()
public DeleteDBInstanceAutomatedBackupRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()