Interface DescribeDbInstanceAutomatedBackupsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeDbInstanceAutomatedBackupsRequest.Builder,DescribeDbInstanceAutomatedBackupsRequest>,RdsRequest.Builder,SdkBuilder<DescribeDbInstanceAutomatedBackupsRequest.Builder,DescribeDbInstanceAutomatedBackupsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeDbInstanceAutomatedBackupsRequest
public static interface DescribeDbInstanceAutomatedBackupsRequest.Builder extends RdsRequest.Builder, SdkPojo, CopyableBuilder<DescribeDbInstanceAutomatedBackupsRequest.Builder,DescribeDbInstanceAutomatedBackupsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDbInstanceAutomatedBackupsRequest.BuilderdbInstanceAutomatedBackupsArn(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.BuilderdbInstanceIdentifier(String dbInstanceIdentifier)(Optional) The user-supplied instance identifier.DescribeDbInstanceAutomatedBackupsRequest.BuilderdbiResourceId(String dbiResourceId)The resource ID of the DB instance that is the source of the automated backup.DescribeDbInstanceAutomatedBackupsRequest.Builderfilters(Collection<Filter> filters)A filter that specifies which resources to return based on status.DescribeDbInstanceAutomatedBackupsRequest.Builderfilters(Consumer<Filter.Builder>... filters)A filter that specifies which resources to return based on status.DescribeDbInstanceAutomatedBackupsRequest.Builderfilters(Filter... filters)A filter that specifies which resources to return based on status.DescribeDbInstanceAutomatedBackupsRequest.Buildermarker(String marker)The pagination token provided in the previous request.DescribeDbInstanceAutomatedBackupsRequest.BuildermaxRecords(Integer maxRecords)The maximum number of records to include in the response.DescribeDbInstanceAutomatedBackupsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeDbInstanceAutomatedBackupsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
dbiResourceId
DescribeDbInstanceAutomatedBackupsRequest.Builder dbiResourceId(String dbiResourceId)
The resource ID of the DB instance that is the source of the automated backup. This parameter isn't case-sensitive.
- Parameters:
dbiResourceId- The resource ID of the DB instance that is the source of the automated backup. This parameter isn't case-sensitive.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbInstanceIdentifier
DescribeDbInstanceAutomatedBackupsRequest.Builder dbInstanceIdentifier(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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
filters
DescribeDbInstanceAutomatedBackupsRequest.Builder filters(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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
DescribeDbInstanceAutomatedBackupsRequest.Builder filters(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.
- Parameters:
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.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
DescribeDbInstanceAutomatedBackupsRequest.Builder filters(Consumer<Filter.Builder>... 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.
This is a convenience method that creates an instance of theFilter.Builderavoiding the need to create one manually viaFilter.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#filters(List.) - Parameters:
filters- a consumer that will call methods onFilter.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#filters(java.util.Collection)
-
-
maxRecords
DescribeDbInstanceAutomatedBackupsRequest.Builder maxRecords(Integer maxRecords)
The maximum number of records to include in the response. If more records exist than the specified
MaxRecordsvalue, a pagination token called a marker is included in the response so that you can retrieve the remaining results.- Parameters:
maxRecords- The maximum number of records to include in the response. If more records exist than the specifiedMaxRecordsvalue, a pagination token called a marker is included in the response so that you can retrieve the remaining results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marker
DescribeDbInstanceAutomatedBackupsRequest.Builder marker(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.- Parameters:
marker- The pagination token provided in the previous request. If this parameter is specified the response includes only records beyond the marker, up toMaxRecords.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbInstanceAutomatedBackupsArn
DescribeDbInstanceAutomatedBackupsRequest.Builder dbInstanceAutomatedBackupsArn(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.
- Parameters:
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.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeDbInstanceAutomatedBackupsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeDbInstanceAutomatedBackupsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-