@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class DescribeDBInstanceAutomatedBackupsRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
Parameter input for DescribeDBInstanceAutomatedBackups.
NOOP
Constructor and Description |
---|
DescribeDBInstanceAutomatedBackupsRequest() |
Modifier and Type | Method and Description |
---|---|
DescribeDBInstanceAutomatedBackupsRequest |
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 replicated automated backups, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE . |
String |
getDBInstanceIdentifier()
(Optional) The user-supplied instance identifier.
|
String |
getDbiResourceId()
The resource ID of the DB instance that is the source of the automated backup.
|
List<Filter> |
getFilters()
A filter that specifies which resources to return based on status.
|
String |
getMarker()
The pagination token provided in the previous request.
|
Integer |
getMaxRecords()
The maximum number of records to include in the response.
|
int |
hashCode() |
void |
setDBInstanceAutomatedBackupsArn(String dBInstanceAutomatedBackupsArn)
The Amazon Resource Name (ARN) of the replicated automated backups, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE . |
void |
setDBInstanceIdentifier(String dBInstanceIdentifier)
(Optional) The user-supplied instance identifier.
|
void |
setDbiResourceId(String dbiResourceId)
The resource ID of the DB instance that is the source of the automated backup.
|
void |
setFilters(Collection<Filter> filters)
A filter that specifies which resources to return based on status.
|
void |
setMarker(String marker)
The pagination token provided in the previous request.
|
void |
setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
String |
toString()
Returns a string representation of this object.
|
DescribeDBInstanceAutomatedBackupsRequest |
withDBInstanceAutomatedBackupsArn(String dBInstanceAutomatedBackupsArn)
The Amazon Resource Name (ARN) of the replicated automated backups, for example,
arn:aws:rds:us-east-1:123456789012:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE . |
DescribeDBInstanceAutomatedBackupsRequest |
withDBInstanceIdentifier(String dBInstanceIdentifier)
(Optional) The user-supplied instance identifier.
|
DescribeDBInstanceAutomatedBackupsRequest |
withDbiResourceId(String dbiResourceId)
The resource ID of the DB instance that is the source of the automated backup.
|
DescribeDBInstanceAutomatedBackupsRequest |
withFilters(Collection<Filter> filters)
A filter that specifies which resources to return based on status.
|
DescribeDBInstanceAutomatedBackupsRequest |
withFilters(Filter... filters)
A filter that specifies which resources to return based on status.
|
DescribeDBInstanceAutomatedBackupsRequest |
withMarker(String marker)
The pagination token provided in the previous request.
|
DescribeDBInstanceAutomatedBackupsRequest |
withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response.
|
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 DescribeDBInstanceAutomatedBackupsRequest()
public void setDbiResourceId(String dbiResourceId)
The resource ID of the DB instance that is the source of the automated backup. This parameter isn't case-sensitive.
dbiResourceId
- The resource ID of the DB instance that is the source of the automated backup. This parameter isn't
case-sensitive.public String getDbiResourceId()
The resource ID of the DB instance that is the source of the automated backup. This parameter isn't case-sensitive.
public DescribeDBInstanceAutomatedBackupsRequest withDbiResourceId(String dbiResourceId)
The resource ID of the DB instance that is the source of the automated backup. This parameter isn't case-sensitive.
dbiResourceId
- The resource ID of the DB instance that is the source of the automated backup. This parameter isn't
case-sensitive.public void setDBInstanceIdentifier(String dBInstanceIdentifier)
(Optional) The user-supplied instance identifier. If this parameter is specified, it must match the identifier of an existing DB instance. It returns information from the specific DB instance's automated backup. This parameter isn't case-sensitive.
dBInstanceIdentifier
- (Optional) The user-supplied instance identifier. If this parameter is specified, it must match the
identifier of an existing DB instance. It returns information from the specific DB instance's automated
backup. This parameter isn't case-sensitive.public String getDBInstanceIdentifier()
(Optional) The user-supplied instance identifier. If this parameter is specified, it must match the identifier of an existing DB instance. It returns information from the specific DB instance's automated backup. This parameter isn't case-sensitive.
public DescribeDBInstanceAutomatedBackupsRequest withDBInstanceIdentifier(String dBInstanceIdentifier)
(Optional) The user-supplied instance identifier. If this parameter is specified, it must match the identifier of an existing DB instance. It returns information from the specific DB instance's automated backup. This parameter isn't case-sensitive.
dBInstanceIdentifier
- (Optional) The user-supplied instance identifier. If this parameter is specified, it must match the
identifier of an existing DB instance. It returns information from the specific DB instance's automated
backup. This parameter isn't case-sensitive.public List<Filter> getFilters()
A filter that specifies which resources to return based on status.
Supported filters are the following:
status
active
- Automated backups for current instances.
creating
- Automated backups that are waiting for the first automated snapshot to be available.
retained
- Automated backups for deleted instances and after backup replication is stopped.
db-instance-id
- Accepts DB instance identifiers and Amazon Resource Names (ARNs). The results list
includes only information about the DB instance automated backups identified by these ARNs.
dbi-resource-id
- Accepts DB resource identifiers and Amazon Resource Names (ARNs). The results list
includes only information about the DB instance resources identified by these ARNs.
Returns all resources by default. The status for each resource is specified in the response.
Supported filters are the following:
status
active
- Automated backups for current instances.
creating
- Automated backups that are waiting for the first automated snapshot to be
available.
retained
- Automated backups for deleted instances and after backup replication is stopped.
db-instance-id
- Accepts DB instance identifiers and Amazon Resource Names (ARNs). The
results list includes only information about the DB instance automated backups identified by these ARNs.
dbi-resource-id
- Accepts DB resource identifiers and Amazon Resource Names (ARNs). The
results list includes only information about the DB instance resources identified by these ARNs.
Returns all resources by default. The status for each resource is specified in the response.
public void setFilters(Collection<Filter> filters)
A filter that specifies which resources to return based on status.
Supported filters are the following:
status
active
- Automated backups for current instances.
creating
- Automated backups that are waiting for the first automated snapshot to be available.
retained
- Automated backups for deleted instances and after backup replication is stopped.
db-instance-id
- Accepts DB instance identifiers and Amazon Resource Names (ARNs). The results list
includes only information about the DB instance automated backups identified by these ARNs.
dbi-resource-id
- Accepts DB resource identifiers and Amazon Resource Names (ARNs). The results list
includes only information about the DB instance resources identified by these ARNs.
Returns all resources by default. The status for each resource is specified in the response.
filters
- A filter that specifies which resources to return based on status.
Supported filters are the following:
status
active
- Automated backups for current instances.
creating
- Automated backups that are waiting for the first automated snapshot to be
available.
retained
- Automated backups for deleted instances and after backup replication is stopped.
db-instance-id
- Accepts DB instance identifiers and Amazon Resource Names (ARNs). The
results list includes only information about the DB instance automated backups identified by these ARNs.
dbi-resource-id
- Accepts DB resource identifiers and Amazon Resource Names (ARNs). The
results list includes only information about the DB instance resources identified by these ARNs.
Returns all resources by default. The status for each resource is specified in the response.
public DescribeDBInstanceAutomatedBackupsRequest withFilters(Filter... filters)
A filter that specifies which resources to return based on status.
Supported filters are the following:
status
active
- Automated backups for current instances.
creating
- Automated backups that are waiting for the first automated snapshot to be available.
retained
- Automated backups for deleted instances and after backup replication is stopped.
db-instance-id
- Accepts DB instance identifiers and Amazon Resource Names (ARNs). The results list
includes only information about the DB instance automated backups identified by these ARNs.
dbi-resource-id
- Accepts DB resource identifiers and Amazon Resource Names (ARNs). The results list
includes only information about the DB instance resources identified by these ARNs.
Returns all resources by default. The status for each resource is specified in the response.
NOTE: This method appends the values to the existing list (if any). Use
setFilters(java.util.Collection)
or withFilters(java.util.Collection)
if you want to override
the existing values.
filters
- A filter that specifies which resources to return based on status.
Supported filters are the following:
status
active
- Automated backups for current instances.
creating
- Automated backups that are waiting for the first automated snapshot to be
available.
retained
- Automated backups for deleted instances and after backup replication is stopped.
db-instance-id
- Accepts DB instance identifiers and Amazon Resource Names (ARNs). The
results list includes only information about the DB instance automated backups identified by these ARNs.
dbi-resource-id
- Accepts DB resource identifiers and Amazon Resource Names (ARNs). The
results list includes only information about the DB instance resources identified by these ARNs.
Returns all resources by default. The status for each resource is specified in the response.
public DescribeDBInstanceAutomatedBackupsRequest withFilters(Collection<Filter> filters)
A filter that specifies which resources to return based on status.
Supported filters are the following:
status
active
- Automated backups for current instances.
creating
- Automated backups that are waiting for the first automated snapshot to be available.
retained
- Automated backups for deleted instances and after backup replication is stopped.
db-instance-id
- Accepts DB instance identifiers and Amazon Resource Names (ARNs). The results list
includes only information about the DB instance automated backups identified by these ARNs.
dbi-resource-id
- Accepts DB resource identifiers and Amazon Resource Names (ARNs). The results list
includes only information about the DB instance resources identified by these ARNs.
Returns all resources by default. The status for each resource is specified in the response.
filters
- A filter that specifies which resources to return based on status.
Supported filters are the following:
status
active
- Automated backups for current instances.
creating
- Automated backups that are waiting for the first automated snapshot to be
available.
retained
- Automated backups for deleted instances and after backup replication is stopped.
db-instance-id
- Accepts DB instance identifiers and Amazon Resource Names (ARNs). The
results list includes only information about the DB instance automated backups identified by these ARNs.
dbi-resource-id
- Accepts DB resource identifiers and Amazon Resource Names (ARNs). The
results list includes only information about the DB instance resources identified by these ARNs.
Returns all resources by default. The status for each resource is specified in the response.
public void setMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a marker is included in the response so that you can
retrieve the remaining results.
maxRecords
- The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a marker is included in the response so that you
can retrieve the remaining results.public Integer getMaxRecords()
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a marker is included in the response so that you can
retrieve the remaining results.
MaxRecords
value, a pagination token called a marker is included in the response so that you
can retrieve the remaining results.public DescribeDBInstanceAutomatedBackupsRequest withMaxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a marker is included in the response so that you can
retrieve the remaining results.
maxRecords
- The maximum number of records to include in the response. If more records exist than the specified
MaxRecords
value, a pagination token called a marker is included in the response so that you
can retrieve the remaining results.public void setMarker(String marker)
The pagination token provided in the previous request. If this parameter is specified the response includes only
records beyond the marker, up to MaxRecords
.
marker
- The pagination token provided in the previous request. If this parameter is specified the response
includes only records beyond the marker, up to MaxRecords
.public String getMarker()
The pagination token provided in the previous request. If this parameter is specified the response includes only
records beyond the marker, up to MaxRecords
.
MaxRecords
.public DescribeDBInstanceAutomatedBackupsRequest withMarker(String marker)
The pagination token provided in the previous request. If this parameter is specified the response includes only
records beyond the marker, up to MaxRecords
.
marker
- The pagination token provided in the previous request. If this parameter is specified the response
includes only records beyond the marker, up to MaxRecords
.public void setDBInstanceAutomatedBackupsArn(String dBInstanceAutomatedBackupsArn)
The Amazon Resource Name (ARN) of the replicated automated backups, 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 replicated automated backups, 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 replicated automated backups, 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 DescribeDBInstanceAutomatedBackupsRequest withDBInstanceAutomatedBackupsArn(String dBInstanceAutomatedBackupsArn)
The Amazon Resource Name (ARN) of the replicated automated backups, 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 replicated automated backups, 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 DescribeDBInstanceAutomatedBackupsRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()