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 theDatastoreProperties.Builder avoiding the need to
create one manually via
DatastoreProperties.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #datastorePropertiesList(List.
datastorePropertiesList - a consumer that will call methods on
DatastoreProperties.Builder#datastorePropertiesList(java.util.Collection) 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 © 2023. All rights reserved.