Interface ListFhirDatastoresResponse.Builder

    • Method Detail

      • datastorePropertiesList

        ListFhirDatastoresResponse.Builder datastorePropertiesList​(Collection<DatastoreProperties> datastorePropertiesList)

        All properties associated with the listed data stores.

        Parameters:
        datastorePropertiesList - All properties associated with the listed data stores.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • datastorePropertiesList

        ListFhirDatastoresResponse.Builder datastorePropertiesList​(DatastoreProperties... datastorePropertiesList)

        All properties associated with the listed data stores.

        Parameters:
        datastorePropertiesList - All properties associated with the listed data stores.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ListFhirDatastoresResponse.Builder nextToken​(String nextToken)

        Pagination token that can be used to retrieve the next page of results.

        Parameters:
        nextToken - Pagination token that can be used to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.