Interface DescribeTenantDatabasesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeTenantDatabasesResponse.Builder,
,DescribeTenantDatabasesResponse> RdsResponse.Builder
,SdkBuilder<DescribeTenantDatabasesResponse.Builder,
,DescribeTenantDatabasesResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeTenantDatabasesResponse
@Mutable
@NotThreadSafe
public static interface DescribeTenantDatabasesResponse.Builder
extends RdsResponse.Builder, SdkPojo, CopyableBuilder<DescribeTenantDatabasesResponse.Builder,DescribeTenantDatabasesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionAn optional pagination token provided by a previousDescribeTenantDatabases
request.tenantDatabases
(Collection<TenantDatabase> tenantDatabases) An array of the tenant databases requested by theDescribeTenantDatabases
operation.tenantDatabases
(Consumer<TenantDatabase.Builder>... tenantDatabases) An array of the tenant databases requested by theDescribeTenantDatabases
operation.tenantDatabases
(TenantDatabase... tenantDatabases) An array of the tenant databases requested by theDescribeTenantDatabases
operation.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 Details
-
marker
An optional pagination token provided by a previous
DescribeTenantDatabases
request. If this parameter is specified, the response includes only records beyond the marker, up to the value specified byMaxRecords
.- Parameters:
marker
- An optional pagination token provided by a previousDescribeTenantDatabases
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.
-
tenantDatabases
An array of the tenant databases requested by the
DescribeTenantDatabases
operation.- Parameters:
tenantDatabases
- An array of the tenant databases requested by theDescribeTenantDatabases
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tenantDatabases
An array of the tenant databases requested by the
DescribeTenantDatabases
operation.- Parameters:
tenantDatabases
- An array of the tenant databases requested by theDescribeTenantDatabases
operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tenantDatabases
DescribeTenantDatabasesResponse.Builder tenantDatabases(Consumer<TenantDatabase.Builder>... tenantDatabases) An array of the tenant databases requested by the
This is a convenience method that creates an instance of theDescribeTenantDatabases
operation.TenantDatabase.Builder
avoiding the need to create one manually viaTenantDatabase.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totenantDatabases(List<TenantDatabase>)
.- Parameters:
tenantDatabases
- a consumer that will call methods onTenantDatabase.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-