Interface DescribeDbSnapshotTenantDatabasesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeDbSnapshotTenantDatabasesResponse.Builder,
,DescribeDbSnapshotTenantDatabasesResponse> RdsResponse.Builder
,SdkBuilder<DescribeDbSnapshotTenantDatabasesResponse.Builder,
,DescribeDbSnapshotTenantDatabasesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeDbSnapshotTenantDatabasesResponse
public static interface DescribeDbSnapshotTenantDatabasesResponse.Builder
extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeDbSnapshotTenantDatabasesResponse.Builder,DescribeDbSnapshotTenantDatabasesResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondbSnapshotTenantDatabases
(Collection<DBSnapshotTenantDatabase> dbSnapshotTenantDatabases) A list of DB snapshot tenant databases.dbSnapshotTenantDatabases
(Consumer<DBSnapshotTenantDatabase.Builder>... dbSnapshotTenantDatabases) A list of DB snapshot tenant databases.dbSnapshotTenantDatabases
(DBSnapshotTenantDatabase... dbSnapshotTenantDatabases) A list of DB snapshot tenant databases.An optional pagination token provided by a previous request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.rds.model.RdsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
marker
An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by
MaxRecords
.- Parameters:
marker
- An optional pagination token provided by a previous request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbSnapshotTenantDatabases
DescribeDbSnapshotTenantDatabasesResponse.Builder dbSnapshotTenantDatabases(Collection<DBSnapshotTenantDatabase> dbSnapshotTenantDatabases) A list of DB snapshot tenant databases.
- Parameters:
dbSnapshotTenantDatabases
- A list of DB snapshot tenant databases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbSnapshotTenantDatabases
DescribeDbSnapshotTenantDatabasesResponse.Builder dbSnapshotTenantDatabases(DBSnapshotTenantDatabase... dbSnapshotTenantDatabases) A list of DB snapshot tenant databases.
- Parameters:
dbSnapshotTenantDatabases
- A list of DB snapshot tenant databases.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dbSnapshotTenantDatabases
DescribeDbSnapshotTenantDatabasesResponse.Builder dbSnapshotTenantDatabases(Consumer<DBSnapshotTenantDatabase.Builder>... dbSnapshotTenantDatabases) A list of DB snapshot tenant databases.
This is a convenience method that creates an instance of theDBSnapshotTenantDatabase.Builder
avoiding the need to create one manually viaDBSnapshotTenantDatabase.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todbSnapshotTenantDatabases(List<DBSnapshotTenantDatabase>)
.- Parameters:
dbSnapshotTenantDatabases
- a consumer that will call methods onDBSnapshotTenantDatabase.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-