public static interface ListFhirDatastoresResponse.Builder extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<ListFhirDatastoresResponse.Builder,ListFhirDatastoresResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFhirDatastoresResponse.Builder |
datastorePropertiesList(Collection<DatastoreProperties> datastorePropertiesList)
All properties associated with the listed Data Stores.
|
ListFhirDatastoresResponse.Builder |
datastorePropertiesList(Consumer<DatastoreProperties.Builder>... datastorePropertiesList)
All properties associated with the listed Data Stores.
|
ListFhirDatastoresResponse.Builder |
datastorePropertiesList(DatastoreProperties... datastorePropertiesList)
All properties associated with the listed Data Stores.
|
ListFhirDatastoresResponse.Builder |
nextToken(String nextToken)
Pagination token that can be used to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFhirDatastoresResponse.Builder datastorePropertiesList(Collection<DatastoreProperties> datastorePropertiesList)
All properties associated with the listed Data Stores.
datastorePropertiesList - All properties associated with the listed Data Stores.ListFhirDatastoresResponse.Builder datastorePropertiesList(DatastoreProperties... datastorePropertiesList)
All properties associated with the listed Data Stores.
datastorePropertiesList - All properties associated with the listed Data Stores.ListFhirDatastoresResponse.Builder datastorePropertiesList(Consumer<DatastoreProperties.Builder>... datastorePropertiesList)
All properties associated with the listed Data Stores.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #datastorePropertiesList(List) .datastorePropertiesList - a consumer that will call methods on List.Builder #datastorePropertiesList(List) ListFhirDatastoresResponse.Builder nextToken(String nextToken)
Pagination token that can be used to retrieve the next page of results.
nextToken - Pagination token that can be used to retrieve the next page of results.Copyright © 2022. All rights reserved.