Interface DescribeTenantDatabasesResponse.Builder

  • 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 by MaxRecords.

      Parameters:
      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 by MaxRecords.
      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 the DescribeTenantDatabases operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tenantDatabases

      DescribeTenantDatabasesResponse.Builder tenantDatabases(TenantDatabase... tenantDatabases)

      An array of the tenant databases requested by the DescribeTenantDatabases operation.

      Parameters:
      tenantDatabases - An array of the tenant databases requested by the DescribeTenantDatabases 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.

      This is a convenience method that creates an instance of the TenantDatabase.Builder avoiding the need to create one manually via TenantDatabase.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to tenantDatabases(List<TenantDatabase>).

      Parameters:
      tenantDatabases - a consumer that will call methods on TenantDatabase.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: