Interface DescribeTenantDatabasesResponse.Builder

    • Method Detail

      • marker

        DescribeTenantDatabasesResponse.Builder marker​(String 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

        DescribeTenantDatabasesResponse.Builder tenantDatabases​(Collection<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

        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.