Interface ListFhirDatastoresResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListFhirDatastoresResponse.Builder,ListFhirDatastoresResponse>,HealthLakeResponse.Builder,SdkBuilder<ListFhirDatastoresResponse.Builder,ListFhirDatastoresResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListFhirDatastoresResponse
public static interface ListFhirDatastoresResponse.Builder extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<ListFhirDatastoresResponse.Builder,ListFhirDatastoresResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListFhirDatastoresResponse.BuilderdatastorePropertiesList(Collection<DatastoreProperties> datastorePropertiesList)All properties associated with the listed data stores.ListFhirDatastoresResponse.BuilderdatastorePropertiesList(Consumer<DatastoreProperties.Builder>... datastorePropertiesList)All properties associated with the listed data stores.ListFhirDatastoresResponse.BuilderdatastorePropertiesList(DatastoreProperties... datastorePropertiesList)All properties associated with the listed data stores.ListFhirDatastoresResponse.BuildernextToken(String nextToken)Pagination token that can be used to retrieve the next page of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.healthlake.model.HealthLakeResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
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.
-
datastorePropertiesList
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.Builderavoiding the need to create one manually viaDatastoreProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#datastorePropertiesList(List.) - Parameters:
datastorePropertiesList- a consumer that will call methods onDatastoreProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#datastorePropertiesList(java.util.Collection)
-
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.
-
-