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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeDbSnapshotTenantDatabasesResponse.BuilderdbSnapshotTenantDatabases(Collection<DBSnapshotTenantDatabase> dbSnapshotTenantDatabases)A list of DB snapshot tenant databases.DescribeDbSnapshotTenantDatabasesResponse.BuilderdbSnapshotTenantDatabases(Consumer<DBSnapshotTenantDatabase.Builder>... dbSnapshotTenantDatabases)A list of DB snapshot tenant databases.DescribeDbSnapshotTenantDatabasesResponse.BuilderdbSnapshotTenantDatabases(DBSnapshotTenantDatabase... dbSnapshotTenantDatabases)A list of DB snapshot tenant databases.DescribeDbSnapshotTenantDatabasesResponse.Buildermarker(String marker)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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
marker
DescribeDbSnapshotTenantDatabasesResponse.Builder marker(String 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.Builderavoiding the need to create one manually viaDBSnapshotTenantDatabase.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#dbSnapshotTenantDatabases(List.) - 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:
#dbSnapshotTenantDatabases(java.util.Collection)
-
-