Interface HealthLakeClient
- All Superinterfaces:
AutoCloseable,AwsClient,SdkAutoCloseable,SdkClient
builder() method.
This is the AWS HealthLake API Reference. For an introduction to the service, see What is AWS HealthLake? in the AWS HealthLake Developer Guide.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringValue for looking up the service's metadata from theServiceMetadataProvider.static final String -
Method Summary
Modifier and TypeMethodDescriptionstatic HealthLakeClientBuilderbuilder()Create a builder that can be used to configure and create aHealthLakeClient.static HealthLakeClientcreate()Create aHealthLakeClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider.createDataTransformationProfile(Consumer<CreateDataTransformationProfileRequest.Builder> createDataTransformationProfileRequest) Creates a data transformation profile in DRAFT state.createDataTransformationProfile(CreateDataTransformationProfileRequest createDataTransformationProfileRequest) Creates a data transformation profile in DRAFT state.default CreateFhirDatastoreResponsecreateFHIRDatastore(Consumer<CreateFhirDatastoreRequest.Builder> createFhirDatastoreRequest) Create a FHIR-enabled data store.default CreateFhirDatastoreResponsecreateFHIRDatastore(CreateFhirDatastoreRequest createFhirDatastoreRequest) Create a FHIR-enabled data store.deleteDataTransformationProfile(Consumer<DeleteDataTransformationProfileRequest.Builder> deleteDataTransformationProfileRequest) Deletes a data transformation profile and all its versions, including the DRAFT and all published versions.deleteDataTransformationProfile(DeleteDataTransformationProfileRequest deleteDataTransformationProfileRequest) Deletes a data transformation profile and all its versions, including the DRAFT and all published versions.default DeleteFhirDatastoreResponsedeleteFHIRDatastore(Consumer<DeleteFhirDatastoreRequest.Builder> deleteFhirDatastoreRequest) Delete a FHIR-enabled data store.default DeleteFhirDatastoreResponsedeleteFHIRDatastore(DeleteFhirDatastoreRequest deleteFhirDatastoreRequest) Delete a FHIR-enabled data store.describeDataTransformationJob(Consumer<DescribeDataTransformationJobRequest.Builder> describeDataTransformationJobRequest) Describes a data transformation job, including its current status, configuration, and progress information.describeDataTransformationJob(DescribeDataTransformationJobRequest describeDataTransformationJobRequest) Describes a data transformation job, including its current status, configuration, and progress information.default DescribeFhirDatastoreResponsedescribeFHIRDatastore(Consumer<DescribeFhirDatastoreRequest.Builder> describeFhirDatastoreRequest) Get properties for a FHIR-enabled data store.default DescribeFhirDatastoreResponsedescribeFHIRDatastore(DescribeFhirDatastoreRequest describeFhirDatastoreRequest) Get properties for a FHIR-enabled data store.default DescribeFhirExportJobResponsedescribeFHIRExportJob(Consumer<DescribeFhirExportJobRequest.Builder> describeFhirExportJobRequest) Get FHIR export job properties.default DescribeFhirExportJobResponsedescribeFHIRExportJob(DescribeFhirExportJobRequest describeFhirExportJobRequest) Get FHIR export job properties.default DescribeFhirImportJobResponsedescribeFHIRImportJob(Consumer<DescribeFhirImportJobRequest.Builder> describeFhirImportJobRequest) Get the import job properties to learn more about the job or job progress.default DescribeFhirImportJobResponsedescribeFHIRImportJob(DescribeFhirImportJobRequest describeFhirImportJobRequest) Get the import job properties to learn more about the job or job progress.getDataTransformationProfile(Consumer<GetDataTransformationProfileRequest.Builder> getDataTransformationProfileRequest) Retrieves a data transformation profile's metadata and profile content at a specific version.getDataTransformationProfile(GetDataTransformationProfileRequest getDataTransformationProfileRequest) Retrieves a data transformation profile's metadata and profile content at a specific version.listDataTransformationJobs(Consumer<ListDataTransformationJobsRequest.Builder> listDataTransformationJobsRequest) Lists data transformation jobs for your AWS account.listDataTransformationJobs(ListDataTransformationJobsRequest listDataTransformationJobsRequest) Lists data transformation jobs for your AWS account.listDataTransformationJobsPaginator(Consumer<ListDataTransformationJobsRequest.Builder> listDataTransformationJobsRequest) This is a variant oflistDataTransformationJobs(software.amazon.awssdk.services.healthlake.model.ListDataTransformationJobsRequest)operation.listDataTransformationJobsPaginator(ListDataTransformationJobsRequest listDataTransformationJobsRequest) This is a variant oflistDataTransformationJobs(software.amazon.awssdk.services.healthlake.model.ListDataTransformationJobsRequest)operation.listDataTransformationProfiles(Consumer<ListDataTransformationProfilesRequest.Builder> listDataTransformationProfilesRequest) Lists all data transformation profiles in your account, returning the latest version summary for each.listDataTransformationProfiles(ListDataTransformationProfilesRequest listDataTransformationProfilesRequest) Lists all data transformation profiles in your account, returning the latest version summary for each.listDataTransformationProfilesPaginator(Consumer<ListDataTransformationProfilesRequest.Builder> listDataTransformationProfilesRequest) This is a variant oflistDataTransformationProfiles(software.amazon.awssdk.services.healthlake.model.ListDataTransformationProfilesRequest)operation.listDataTransformationProfilesPaginator(ListDataTransformationProfilesRequest listDataTransformationProfilesRequest) This is a variant oflistDataTransformationProfiles(software.amazon.awssdk.services.healthlake.model.ListDataTransformationProfilesRequest)operation.listDataTransformationProfileVersions(Consumer<ListDataTransformationProfileVersionsRequest.Builder> listDataTransformationProfileVersionsRequest) Lists all versions of a specific data transformation profile (DRAFT and published), in reverse chronological order (newest first).listDataTransformationProfileVersions(ListDataTransformationProfileVersionsRequest listDataTransformationProfileVersionsRequest) Lists all versions of a specific data transformation profile (DRAFT and published), in reverse chronological order (newest first).listDataTransformationProfileVersionsPaginator(Consumer<ListDataTransformationProfileVersionsRequest.Builder> listDataTransformationProfileVersionsRequest) listDataTransformationProfileVersionsPaginator(ListDataTransformationProfileVersionsRequest listDataTransformationProfileVersionsRequest) default ListFhirDatastoresResponselistFHIRDatastores(Consumer<ListFhirDatastoresRequest.Builder> listFhirDatastoresRequest) List all FHIR-enabled data stores in a user’s account, regardless of data store status.default ListFhirDatastoresResponselistFHIRDatastores(ListFhirDatastoresRequest listFhirDatastoresRequest) List all FHIR-enabled data stores in a user’s account, regardless of data store status.default ListFHIRDatastoresIterablelistFHIRDatastoresPaginator(Consumer<ListFhirDatastoresRequest.Builder> listFhirDatastoresRequest) This is a variant oflistFHIRDatastores(software.amazon.awssdk.services.healthlake.model.ListFhirDatastoresRequest)operation.default ListFHIRDatastoresIterablelistFHIRDatastoresPaginator(ListFhirDatastoresRequest listFhirDatastoresRequest) This is a variant oflistFHIRDatastores(software.amazon.awssdk.services.healthlake.model.ListFhirDatastoresRequest)operation.default ListFhirExportJobsResponselistFHIRExportJobs(Consumer<ListFhirExportJobsRequest.Builder> listFhirExportJobsRequest) Lists all FHIR export jobs associated with an account and their statuses.default ListFhirExportJobsResponselistFHIRExportJobs(ListFhirExportJobsRequest listFhirExportJobsRequest) Lists all FHIR export jobs associated with an account and their statuses.default ListFHIRExportJobsIterablelistFHIRExportJobsPaginator(Consumer<ListFhirExportJobsRequest.Builder> listFhirExportJobsRequest) This is a variant oflistFHIRExportJobs(software.amazon.awssdk.services.healthlake.model.ListFhirExportJobsRequest)operation.default ListFHIRExportJobsIterablelistFHIRExportJobsPaginator(ListFhirExportJobsRequest listFhirExportJobsRequest) This is a variant oflistFHIRExportJobs(software.amazon.awssdk.services.healthlake.model.ListFhirExportJobsRequest)operation.default ListFhirImportJobsResponselistFHIRImportJobs(Consumer<ListFhirImportJobsRequest.Builder> listFhirImportJobsRequest) List all FHIR import jobs associated with an account and their statuses.default ListFhirImportJobsResponselistFHIRImportJobs(ListFhirImportJobsRequest listFhirImportJobsRequest) List all FHIR import jobs associated with an account and their statuses.default ListFHIRImportJobsIterablelistFHIRImportJobsPaginator(Consumer<ListFhirImportJobsRequest.Builder> listFhirImportJobsRequest) This is a variant oflistFHIRImportJobs(software.amazon.awssdk.services.healthlake.model.ListFhirImportJobsRequest)operation.default ListFHIRImportJobsIterablelistFHIRImportJobsPaginator(ListFhirImportJobsRequest listFhirImportJobsRequest) This is a variant oflistFHIRImportJobs(software.amazon.awssdk.services.healthlake.model.ListFhirImportJobsRequest)operation.default ListTagsForResourceResponselistTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) Returns a list of all existing tags associated with a data store.default ListTagsForResourceResponselistTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) Returns a list of all existing tags associated with a data store.publishDataTransformationProfile(Consumer<PublishDataTransformationProfileRequest.Builder> publishDataTransformationProfileRequest) Promotes the current DRAFT version of a data transformation profile to a new immutable published version.publishDataTransformationProfile(PublishDataTransformationProfileRequest publishDataTransformationProfileRequest) Promotes the current DRAFT version of a data transformation profile to a new immutable published version.The SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfigurationstatic ServiceMetadatastartDataTransformationJob(Consumer<StartDataTransformationJobRequest.Builder> startDataTransformationJobRequest) Starts an asynchronous data transformation job that converts source files from Amazon Simple Storage Service (Amazon S3) and writes the output to Amazon S3 or AWS HealthLake.startDataTransformationJob(StartDataTransformationJobRequest startDataTransformationJobRequest) Starts an asynchronous data transformation job that converts source files from Amazon Simple Storage Service (Amazon S3) and writes the output to Amazon S3 or AWS HealthLake.default StartFhirExportJobResponsestartFHIRExportJob(Consumer<StartFhirExportJobRequest.Builder> startFhirExportJobRequest) Start a FHIR export job.default StartFhirExportJobResponsestartFHIRExportJob(StartFhirExportJobRequest startFhirExportJobRequest) Start a FHIR export job.default StartFhirImportJobResponsestartFHIRImportJob(Consumer<StartFhirImportJobRequest.Builder> startFhirImportJobRequest) Start importing bulk FHIR data into an ACTIVE data store.default StartFhirImportJobResponsestartFHIRImportJob(StartFhirImportJobRequest startFhirImportJobRequest) Start importing bulk FHIR data into an ACTIVE data store.default TagResourceResponsetagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) Add a user-specifed key and value tag to a data store.default TagResourceResponsetagResource(TagResourceRequest tagResourceRequest) Add a user-specifed key and value tag to a data store.default UntagResourceResponseuntagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) Remove a user-specifed key and value tag from a data store.default UntagResourceResponseuntagResource(UntagResourceRequest untagResourceRequest) Remove a user-specifed key and value tag from a data store.updateDataTransformationProfile(Consumer<UpdateDataTransformationProfileRequest.Builder> updateDataTransformationProfileRequest) Updates the DRAFT version (version 0) of a data transformation profile with new profile content.updateDataTransformationProfile(UpdateDataTransformationProfileRequest updateDataTransformationProfileRequest) Updates the DRAFT version (version 0) of a data transformation profile with new profile content.default UpdateFhirDatastoreResponseupdateFHIRDatastore(Consumer<UpdateFhirDatastoreRequest.Builder> updateFhirDatastoreRequest) Update the properties of a FHIR-enabled data store.default UpdateFhirDatastoreResponseupdateFHIRDatastore(UpdateFhirDatastoreRequest updateFhirDatastoreRequest) Update the properties of a FHIR-enabled data store.default UpdateProfileWithAgentResponseupdateProfileWithAgent(Consumer<UpdateProfileWithAgentRequest.Builder> updateProfileWithAgentRequest) Updates a data transformation profile using chat-based interaction with an agent.default UpdateProfileWithAgentResponseupdateProfileWithAgent(UpdateProfileWithAgentRequest updateProfileWithAgentRequest) Updates a data transformation profile using chat-based interaction with an agent.default HealthLakeWaiterwaiter()Create an instance ofHealthLakeWaiterusing this client.Methods inherited from interface software.amazon.awssdk.utils.SdkAutoCloseable
closeMethods inherited from interface software.amazon.awssdk.core.SdkClient
serviceName
-
Field Details
-
SERVICE_NAME
- See Also:
-
SERVICE_METADATA_ID
Value for looking up the service's metadata from theServiceMetadataProvider.- See Also:
-
-
Method Details
-
createDataTransformationProfile
default CreateDataTransformationProfileResponse createDataTransformationProfile(CreateDataTransformationProfileRequest createDataTransformationProfileRequest) throws ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Creates a data transformation profile in DRAFT state. Specify a built-in starter profile, an existing profile version, raw profile content, or a sample data file as the source.
- Parameters:
createDataTransformationProfileRequest- The request parameters for theCreateDataTransformationProfileoperation.- Returns:
- Result of the CreateDataTransformationProfile operation returned by the service.
- See Also:
-
createDataTransformationProfile
default CreateDataTransformationProfileResponse createDataTransformationProfile(Consumer<CreateDataTransformationProfileRequest.Builder> createDataTransformationProfileRequest) throws ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Creates a data transformation profile in DRAFT state. Specify a built-in starter profile, an existing profile version, raw profile content, or a sample data file as the source.
This is a convenience which creates an instance of the
CreateDataTransformationProfileRequest.Builderavoiding the need to create one manually viaCreateDataTransformationProfileRequest.builder()- Parameters:
createDataTransformationProfileRequest- AConsumerthat will call methods onCreateDataTransformationProfileRequest.Builderto create a request. The request parameters for theCreateDataTransformationProfileoperation.- Returns:
- Result of the CreateDataTransformationProfile operation returned by the service.
- See Also:
-
createFHIRDatastore
default CreateFhirDatastoreResponse createFHIRDatastore(CreateFhirDatastoreRequest createFhirDatastoreRequest) throws ThrottlingException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Create a FHIR-enabled data store.
- Parameters:
createFhirDatastoreRequest-- Returns:
- Result of the CreateFHIRDatastore operation returned by the service.
- See Also:
-
createFHIRDatastore
default CreateFhirDatastoreResponse createFHIRDatastore(Consumer<CreateFhirDatastoreRequest.Builder> createFhirDatastoreRequest) throws ThrottlingException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Create a FHIR-enabled data store.
This is a convenience which creates an instance of the
CreateFhirDatastoreRequest.Builderavoiding the need to create one manually viaCreateFhirDatastoreRequest.builder()- Parameters:
createFhirDatastoreRequest- AConsumerthat will call methods onCreateFhirDatastoreRequest.Builderto create a request.- Returns:
- Result of the CreateFHIRDatastore operation returned by the service.
- See Also:
-
deleteDataTransformationProfile
default DeleteDataTransformationProfileResponse deleteDataTransformationProfile(DeleteDataTransformationProfileRequest deleteDataTransformationProfileRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Deletes a data transformation profile and all its versions, including the DRAFT and all published versions.
- Parameters:
deleteDataTransformationProfileRequest- The request parameters for theDeleteDataTransformationProfileoperation.- Returns:
- Result of the DeleteDataTransformationProfile operation returned by the service.
- See Also:
-
deleteDataTransformationProfile
default DeleteDataTransformationProfileResponse deleteDataTransformationProfile(Consumer<DeleteDataTransformationProfileRequest.Builder> deleteDataTransformationProfileRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Deletes a data transformation profile and all its versions, including the DRAFT and all published versions.
This is a convenience which creates an instance of the
DeleteDataTransformationProfileRequest.Builderavoiding the need to create one manually viaDeleteDataTransformationProfileRequest.builder()- Parameters:
deleteDataTransformationProfileRequest- AConsumerthat will call methods onDeleteDataTransformationProfileRequest.Builderto create a request. The request parameters for theDeleteDataTransformationProfileoperation.- Returns:
- Result of the DeleteDataTransformationProfile operation returned by the service.
- See Also:
-
deleteFHIRDatastore
default DeleteFhirDatastoreResponse deleteFHIRDatastore(DeleteFhirDatastoreRequest deleteFhirDatastoreRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Delete a FHIR-enabled data store.
- Parameters:
deleteFhirDatastoreRequest-- Returns:
- Result of the DeleteFHIRDatastore operation returned by the service.
- See Also:
-
deleteFHIRDatastore
default DeleteFhirDatastoreResponse deleteFHIRDatastore(Consumer<DeleteFhirDatastoreRequest.Builder> deleteFhirDatastoreRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Delete a FHIR-enabled data store.
This is a convenience which creates an instance of the
DeleteFhirDatastoreRequest.Builderavoiding the need to create one manually viaDeleteFhirDatastoreRequest.builder()- Parameters:
deleteFhirDatastoreRequest- AConsumerthat will call methods onDeleteFhirDatastoreRequest.Builderto create a request.- Returns:
- Result of the DeleteFHIRDatastore operation returned by the service.
- See Also:
-
describeDataTransformationJob
default DescribeDataTransformationJobResponse describeDataTransformationJob(DescribeDataTransformationJobRequest describeDataTransformationJobRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Describes a data transformation job, including its current status, configuration, and progress information.
- Parameters:
describeDataTransformationJobRequest- The request parameters for theDescribeDataTransformationJoboperation.- Returns:
- Result of the DescribeDataTransformationJob operation returned by the service.
- See Also:
-
describeDataTransformationJob
default DescribeDataTransformationJobResponse describeDataTransformationJob(Consumer<DescribeDataTransformationJobRequest.Builder> describeDataTransformationJobRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Describes a data transformation job, including its current status, configuration, and progress information.
This is a convenience which creates an instance of the
DescribeDataTransformationJobRequest.Builderavoiding the need to create one manually viaDescribeDataTransformationJobRequest.builder()- Parameters:
describeDataTransformationJobRequest- AConsumerthat will call methods onDescribeDataTransformationJobRequest.Builderto create a request. The request parameters for theDescribeDataTransformationJoboperation.- Returns:
- Result of the DescribeDataTransformationJob operation returned by the service.
- See Also:
-
describeFHIRDatastore
default DescribeFhirDatastoreResponse describeFHIRDatastore(DescribeFhirDatastoreRequest describeFhirDatastoreRequest) throws ThrottlingException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Get properties for a FHIR-enabled data store.
- Parameters:
describeFhirDatastoreRequest-- Returns:
- Result of the DescribeFHIRDatastore operation returned by the service.
- See Also:
-
describeFHIRDatastore
default DescribeFhirDatastoreResponse describeFHIRDatastore(Consumer<DescribeFhirDatastoreRequest.Builder> describeFhirDatastoreRequest) throws ThrottlingException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Get properties for a FHIR-enabled data store.
This is a convenience which creates an instance of the
DescribeFhirDatastoreRequest.Builderavoiding the need to create one manually viaDescribeFhirDatastoreRequest.builder()- Parameters:
describeFhirDatastoreRequest- AConsumerthat will call methods onDescribeFhirDatastoreRequest.Builderto create a request.- Returns:
- Result of the DescribeFHIRDatastore operation returned by the service.
- See Also:
-
describeFHIRExportJob
default DescribeFhirExportJobResponse describeFHIRExportJob(DescribeFhirExportJobRequest describeFhirExportJobRequest) throws ThrottlingException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Get FHIR export job properties.
- Parameters:
describeFhirExportJobRequest-- Returns:
- Result of the DescribeFHIRExportJob operation returned by the service.
- See Also:
-
describeFHIRExportJob
default DescribeFhirExportJobResponse describeFHIRExportJob(Consumer<DescribeFhirExportJobRequest.Builder> describeFhirExportJobRequest) throws ThrottlingException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Get FHIR export job properties.
This is a convenience which creates an instance of the
DescribeFhirExportJobRequest.Builderavoiding the need to create one manually viaDescribeFhirExportJobRequest.builder()- Parameters:
describeFhirExportJobRequest- AConsumerthat will call methods onDescribeFhirExportJobRequest.Builderto create a request.- Returns:
- Result of the DescribeFHIRExportJob operation returned by the service.
- See Also:
-
describeFHIRImportJob
default DescribeFhirImportJobResponse describeFHIRImportJob(DescribeFhirImportJobRequest describeFhirImportJobRequest) throws ThrottlingException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Get the import job properties to learn more about the job or job progress.
- Parameters:
describeFhirImportJobRequest-- Returns:
- Result of the DescribeFHIRImportJob operation returned by the service.
- See Also:
-
describeFHIRImportJob
default DescribeFhirImportJobResponse describeFHIRImportJob(Consumer<DescribeFhirImportJobRequest.Builder> describeFhirImportJobRequest) throws ThrottlingException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Get the import job properties to learn more about the job or job progress.
This is a convenience which creates an instance of the
DescribeFhirImportJobRequest.Builderavoiding the need to create one manually viaDescribeFhirImportJobRequest.builder()- Parameters:
describeFhirImportJobRequest- AConsumerthat will call methods onDescribeFhirImportJobRequest.Builderto create a request.- Returns:
- Result of the DescribeFHIRImportJob operation returned by the service.
- See Also:
-
getDataTransformationProfile
default GetDataTransformationProfileResponse getDataTransformationProfile(GetDataTransformationProfileRequest getDataTransformationProfileRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Retrieves a data transformation profile's metadata and profile content at a specific version. Specify version 0 to retrieve the DRAFT, a version number between 1 and 99 to retrieve a specific published version, or omit the version to retrieve the latest published version.
- Parameters:
getDataTransformationProfileRequest- The request parameters for theGetDataTransformationProfileoperation.- Returns:
- Result of the GetDataTransformationProfile operation returned by the service.
- See Also:
-
getDataTransformationProfile
default GetDataTransformationProfileResponse getDataTransformationProfile(Consumer<GetDataTransformationProfileRequest.Builder> getDataTransformationProfileRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Retrieves a data transformation profile's metadata and profile content at a specific version. Specify version 0 to retrieve the DRAFT, a version number between 1 and 99 to retrieve a specific published version, or omit the version to retrieve the latest published version.
This is a convenience which creates an instance of the
GetDataTransformationProfileRequest.Builderavoiding the need to create one manually viaGetDataTransformationProfileRequest.builder()- Parameters:
getDataTransformationProfileRequest- AConsumerthat will call methods onGetDataTransformationProfileRequest.Builderto create a request. The request parameters for theGetDataTransformationProfileoperation.- Returns:
- Result of the GetDataTransformationProfile operation returned by the service.
- See Also:
-
listDataTransformationJobs
default ListDataTransformationJobsResponse listDataTransformationJobs(ListDataTransformationJobsRequest listDataTransformationJobsRequest) throws ThrottlingException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Lists data transformation jobs for your AWS account. Results can be filtered by status, job name, and submit time window. Results are paginated. Use the
NextTokenparameter to retrieve additional results.- Parameters:
listDataTransformationJobsRequest- The request parameters for theListDataTransformationJobsoperation.- Returns:
- Result of the ListDataTransformationJobs operation returned by the service.
- See Also:
-
listDataTransformationJobs
default ListDataTransformationJobsResponse listDataTransformationJobs(Consumer<ListDataTransformationJobsRequest.Builder> listDataTransformationJobsRequest) throws ThrottlingException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Lists data transformation jobs for your AWS account. Results can be filtered by status, job name, and submit time window. Results are paginated. Use the
NextTokenparameter to retrieve additional results.
This is a convenience which creates an instance of the
ListDataTransformationJobsRequest.Builderavoiding the need to create one manually viaListDataTransformationJobsRequest.builder()- Parameters:
listDataTransformationJobsRequest- AConsumerthat will call methods onListDataTransformationJobsRequest.Builderto create a request. The request parameters for theListDataTransformationJobsoperation.- Returns:
- Result of the ListDataTransformationJobs operation returned by the service.
- See Also:
-
listDataTransformationJobsPaginator
default ListDataTransformationJobsIterable listDataTransformationJobsPaginator(ListDataTransformationJobsRequest listDataTransformationJobsRequest) throws ThrottlingException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException This is a variant of
listDataTransformationJobs(software.amazon.awssdk.services.healthlake.model.ListDataTransformationJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.healthlake.paginators.ListDataTransformationJobsIterable responses = client.listDataTransformationJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.healthlake.paginators.ListDataTransformationJobsIterable responses = client .listDataTransformationJobsPaginator(request); for (software.amazon.awssdk.services.healthlake.model.ListDataTransformationJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.healthlake.paginators.ListDataTransformationJobsIterable responses = client.listDataTransformationJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDataTransformationJobs(software.amazon.awssdk.services.healthlake.model.ListDataTransformationJobsRequest)operation.- Parameters:
listDataTransformationJobsRequest- The request parameters for theListDataTransformationJobsoperation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDataTransformationJobsPaginator
default ListDataTransformationJobsIterable listDataTransformationJobsPaginator(Consumer<ListDataTransformationJobsRequest.Builder> listDataTransformationJobsRequest) throws ThrottlingException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException This is a variant of
listDataTransformationJobs(software.amazon.awssdk.services.healthlake.model.ListDataTransformationJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.healthlake.paginators.ListDataTransformationJobsIterable responses = client.listDataTransformationJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.healthlake.paginators.ListDataTransformationJobsIterable responses = client .listDataTransformationJobsPaginator(request); for (software.amazon.awssdk.services.healthlake.model.ListDataTransformationJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.healthlake.paginators.ListDataTransformationJobsIterable responses = client.listDataTransformationJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDataTransformationJobs(software.amazon.awssdk.services.healthlake.model.ListDataTransformationJobsRequest)operation.
This is a convenience which creates an instance of the
ListDataTransformationJobsRequest.Builderavoiding the need to create one manually viaListDataTransformationJobsRequest.builder()- Parameters:
listDataTransformationJobsRequest- AConsumerthat will call methods onListDataTransformationJobsRequest.Builderto create a request. The request parameters for theListDataTransformationJobsoperation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDataTransformationProfileVersions
default ListDataTransformationProfileVersionsResponse listDataTransformationProfileVersions(ListDataTransformationProfileVersionsRequest listDataTransformationProfileVersionsRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Lists all versions of a specific data transformation profile (DRAFT and published), in reverse chronological order (newest first). Use
GetDataTransformationProfileto retrieve profile content. Results are paginated. Use theNextTokenparameter to retrieve additional results.- Parameters:
listDataTransformationProfileVersionsRequest- The request parameters for theListDataTransformationProfileVersionsoperation.- Returns:
- Result of the ListDataTransformationProfileVersions operation returned by the service.
- See Also:
-
listDataTransformationProfileVersions
default ListDataTransformationProfileVersionsResponse listDataTransformationProfileVersions(Consumer<ListDataTransformationProfileVersionsRequest.Builder> listDataTransformationProfileVersionsRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Lists all versions of a specific data transformation profile (DRAFT and published), in reverse chronological order (newest first). Use
GetDataTransformationProfileto retrieve profile content. Results are paginated. Use theNextTokenparameter to retrieve additional results.
This is a convenience which creates an instance of the
ListDataTransformationProfileVersionsRequest.Builderavoiding the need to create one manually viaListDataTransformationProfileVersionsRequest.builder()- Parameters:
listDataTransformationProfileVersionsRequest- AConsumerthat will call methods onListDataTransformationProfileVersionsRequest.Builderto create a request. The request parameters for theListDataTransformationProfileVersionsoperation.- Returns:
- Result of the ListDataTransformationProfileVersions operation returned by the service.
- See Also:
-
listDataTransformationProfileVersionsPaginator
default ListDataTransformationProfileVersionsIterable listDataTransformationProfileVersionsPaginator(ListDataTransformationProfileVersionsRequest listDataTransformationProfileVersionsRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException This is a variant of
listDataTransformationProfileVersions(software.amazon.awssdk.services.healthlake.model.ListDataTransformationProfileVersionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.healthlake.paginators.ListDataTransformationProfileVersionsIterable responses = client.listDataTransformationProfileVersionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.healthlake.paginators.ListDataTransformationProfileVersionsIterable responses = client .listDataTransformationProfileVersionsPaginator(request); for (software.amazon.awssdk.services.healthlake.model.ListDataTransformationProfileVersionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.healthlake.paginators.ListDataTransformationProfileVersionsIterable responses = client.listDataTransformationProfileVersionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDataTransformationProfileVersions(software.amazon.awssdk.services.healthlake.model.ListDataTransformationProfileVersionsRequest)operation.- Parameters:
listDataTransformationProfileVersionsRequest- The request parameters for theListDataTransformationProfileVersionsoperation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDataTransformationProfileVersionsPaginator
default ListDataTransformationProfileVersionsIterable listDataTransformationProfileVersionsPaginator(Consumer<ListDataTransformationProfileVersionsRequest.Builder> listDataTransformationProfileVersionsRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException This is a variant of
listDataTransformationProfileVersions(software.amazon.awssdk.services.healthlake.model.ListDataTransformationProfileVersionsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.healthlake.paginators.ListDataTransformationProfileVersionsIterable responses = client.listDataTransformationProfileVersionsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.healthlake.paginators.ListDataTransformationProfileVersionsIterable responses = client .listDataTransformationProfileVersionsPaginator(request); for (software.amazon.awssdk.services.healthlake.model.ListDataTransformationProfileVersionsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.healthlake.paginators.ListDataTransformationProfileVersionsIterable responses = client.listDataTransformationProfileVersionsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDataTransformationProfileVersions(software.amazon.awssdk.services.healthlake.model.ListDataTransformationProfileVersionsRequest)operation.
This is a convenience which creates an instance of the
ListDataTransformationProfileVersionsRequest.Builderavoiding the need to create one manually viaListDataTransformationProfileVersionsRequest.builder()- Parameters:
listDataTransformationProfileVersionsRequest- AConsumerthat will call methods onListDataTransformationProfileVersionsRequest.Builderto create a request. The request parameters for theListDataTransformationProfileVersionsoperation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDataTransformationProfiles
default ListDataTransformationProfilesResponse listDataTransformationProfiles(ListDataTransformationProfilesRequest listDataTransformationProfilesRequest) throws ThrottlingException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Lists all data transformation profiles in your account, returning the latest version summary for each. Use
GetDataTransformationProfileto retrieve profile content. Results are paginated. Use theNextTokenparameter to retrieve additional results.- Parameters:
listDataTransformationProfilesRequest- The request parameters for theListDataTransformationProfilesoperation.- Returns:
- Result of the ListDataTransformationProfiles operation returned by the service.
- See Also:
-
listDataTransformationProfiles
default ListDataTransformationProfilesResponse listDataTransformationProfiles(Consumer<ListDataTransformationProfilesRequest.Builder> listDataTransformationProfilesRequest) throws ThrottlingException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Lists all data transformation profiles in your account, returning the latest version summary for each. Use
GetDataTransformationProfileto retrieve profile content. Results are paginated. Use theNextTokenparameter to retrieve additional results.
This is a convenience which creates an instance of the
ListDataTransformationProfilesRequest.Builderavoiding the need to create one manually viaListDataTransformationProfilesRequest.builder()- Parameters:
listDataTransformationProfilesRequest- AConsumerthat will call methods onListDataTransformationProfilesRequest.Builderto create a request. The request parameters for theListDataTransformationProfilesoperation.- Returns:
- Result of the ListDataTransformationProfiles operation returned by the service.
- See Also:
-
listDataTransformationProfilesPaginator
default ListDataTransformationProfilesIterable listDataTransformationProfilesPaginator(ListDataTransformationProfilesRequest listDataTransformationProfilesRequest) throws ThrottlingException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException This is a variant of
listDataTransformationProfiles(software.amazon.awssdk.services.healthlake.model.ListDataTransformationProfilesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.healthlake.paginators.ListDataTransformationProfilesIterable responses = client.listDataTransformationProfilesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.healthlake.paginators.ListDataTransformationProfilesIterable responses = client .listDataTransformationProfilesPaginator(request); for (software.amazon.awssdk.services.healthlake.model.ListDataTransformationProfilesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.healthlake.paginators.ListDataTransformationProfilesIterable responses = client.listDataTransformationProfilesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDataTransformationProfiles(software.amazon.awssdk.services.healthlake.model.ListDataTransformationProfilesRequest)operation.- Parameters:
listDataTransformationProfilesRequest- The request parameters for theListDataTransformationProfilesoperation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listDataTransformationProfilesPaginator
default ListDataTransformationProfilesIterable listDataTransformationProfilesPaginator(Consumer<ListDataTransformationProfilesRequest.Builder> listDataTransformationProfilesRequest) throws ThrottlingException, AccessDeniedException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException This is a variant of
listDataTransformationProfiles(software.amazon.awssdk.services.healthlake.model.ListDataTransformationProfilesRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.healthlake.paginators.ListDataTransformationProfilesIterable responses = client.listDataTransformationProfilesPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.healthlake.paginators.ListDataTransformationProfilesIterable responses = client .listDataTransformationProfilesPaginator(request); for (software.amazon.awssdk.services.healthlake.model.ListDataTransformationProfilesResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.healthlake.paginators.ListDataTransformationProfilesIterable responses = client.listDataTransformationProfilesPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listDataTransformationProfiles(software.amazon.awssdk.services.healthlake.model.ListDataTransformationProfilesRequest)operation.
This is a convenience which creates an instance of the
ListDataTransformationProfilesRequest.Builderavoiding the need to create one manually viaListDataTransformationProfilesRequest.builder()- Parameters:
listDataTransformationProfilesRequest- AConsumerthat will call methods onListDataTransformationProfilesRequest.Builderto create a request. The request parameters for theListDataTransformationProfilesoperation.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listFHIRDatastores
default ListFhirDatastoresResponse listFHIRDatastores(ListFhirDatastoresRequest listFhirDatastoresRequest) throws ThrottlingException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException List all FHIR-enabled data stores in a user’s account, regardless of data store status.
- Parameters:
listFhirDatastoresRequest-- Returns:
- Result of the ListFHIRDatastores operation returned by the service.
- See Also:
-
listFHIRDatastores
default ListFhirDatastoresResponse listFHIRDatastores(Consumer<ListFhirDatastoresRequest.Builder> listFhirDatastoresRequest) throws ThrottlingException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException List all FHIR-enabled data stores in a user’s account, regardless of data store status.
This is a convenience which creates an instance of the
ListFhirDatastoresRequest.Builderavoiding the need to create one manually viaListFhirDatastoresRequest.builder()- Parameters:
listFhirDatastoresRequest- AConsumerthat will call methods onListFhirDatastoresRequest.Builderto create a request.- Returns:
- Result of the ListFHIRDatastores operation returned by the service.
- See Also:
-
listFHIRDatastoresPaginator
default ListFHIRDatastoresIterable listFHIRDatastoresPaginator(ListFhirDatastoresRequest listFhirDatastoresRequest) throws ThrottlingException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException This is a variant of
listFHIRDatastores(software.amazon.awssdk.services.healthlake.model.ListFhirDatastoresRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.healthlake.paginators.ListFHIRDatastoresIterable responses = client.listFHIRDatastoresPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.healthlake.paginators.ListFHIRDatastoresIterable responses = client .listFHIRDatastoresPaginator(request); for (software.amazon.awssdk.services.healthlake.model.ListFhirDatastoresResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.healthlake.paginators.ListFHIRDatastoresIterable responses = client.listFHIRDatastoresPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFHIRDatastores(software.amazon.awssdk.services.healthlake.model.ListFhirDatastoresRequest)operation.- Parameters:
listFhirDatastoresRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listFHIRDatastoresPaginator
default ListFHIRDatastoresIterable listFHIRDatastoresPaginator(Consumer<ListFhirDatastoresRequest.Builder> listFhirDatastoresRequest) throws ThrottlingException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException This is a variant of
listFHIRDatastores(software.amazon.awssdk.services.healthlake.model.ListFhirDatastoresRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.healthlake.paginators.ListFHIRDatastoresIterable responses = client.listFHIRDatastoresPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.healthlake.paginators.ListFHIRDatastoresIterable responses = client .listFHIRDatastoresPaginator(request); for (software.amazon.awssdk.services.healthlake.model.ListFhirDatastoresResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.healthlake.paginators.ListFHIRDatastoresIterable responses = client.listFHIRDatastoresPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFHIRDatastores(software.amazon.awssdk.services.healthlake.model.ListFhirDatastoresRequest)operation.
This is a convenience which creates an instance of the
ListFhirDatastoresRequest.Builderavoiding the need to create one manually viaListFhirDatastoresRequest.builder()- Parameters:
listFhirDatastoresRequest- AConsumerthat will call methods onListFhirDatastoresRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listFHIRExportJobs
default ListFhirExportJobsResponse listFHIRExportJobs(ListFhirExportJobsRequest listFhirExportJobsRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Lists all FHIR export jobs associated with an account and their statuses.
- Parameters:
listFhirExportJobsRequest-- Returns:
- Result of the ListFHIRExportJobs operation returned by the service.
- See Also:
-
listFHIRExportJobs
default ListFhirExportJobsResponse listFHIRExportJobs(Consumer<ListFhirExportJobsRequest.Builder> listFhirExportJobsRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Lists all FHIR export jobs associated with an account and their statuses.
This is a convenience which creates an instance of the
ListFhirExportJobsRequest.Builderavoiding the need to create one manually viaListFhirExportJobsRequest.builder()- Parameters:
listFhirExportJobsRequest- AConsumerthat will call methods onListFhirExportJobsRequest.Builderto create a request.- Returns:
- Result of the ListFHIRExportJobs operation returned by the service.
- See Also:
-
listFHIRExportJobsPaginator
default ListFHIRExportJobsIterable listFHIRExportJobsPaginator(ListFhirExportJobsRequest listFhirExportJobsRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException This is a variant of
listFHIRExportJobs(software.amazon.awssdk.services.healthlake.model.ListFhirExportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.healthlake.paginators.ListFHIRExportJobsIterable responses = client.listFHIRExportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.healthlake.paginators.ListFHIRExportJobsIterable responses = client .listFHIRExportJobsPaginator(request); for (software.amazon.awssdk.services.healthlake.model.ListFhirExportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.healthlake.paginators.ListFHIRExportJobsIterable responses = client.listFHIRExportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFHIRExportJobs(software.amazon.awssdk.services.healthlake.model.ListFhirExportJobsRequest)operation.- Parameters:
listFhirExportJobsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listFHIRExportJobsPaginator
default ListFHIRExportJobsIterable listFHIRExportJobsPaginator(Consumer<ListFhirExportJobsRequest.Builder> listFhirExportJobsRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException This is a variant of
listFHIRExportJobs(software.amazon.awssdk.services.healthlake.model.ListFhirExportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.healthlake.paginators.ListFHIRExportJobsIterable responses = client.listFHIRExportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.healthlake.paginators.ListFHIRExportJobsIterable responses = client .listFHIRExportJobsPaginator(request); for (software.amazon.awssdk.services.healthlake.model.ListFhirExportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.healthlake.paginators.ListFHIRExportJobsIterable responses = client.listFHIRExportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFHIRExportJobs(software.amazon.awssdk.services.healthlake.model.ListFhirExportJobsRequest)operation.
This is a convenience which creates an instance of the
ListFhirExportJobsRequest.Builderavoiding the need to create one manually viaListFhirExportJobsRequest.builder()- Parameters:
listFhirExportJobsRequest- AConsumerthat will call methods onListFhirExportJobsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listFHIRImportJobs
default ListFhirImportJobsResponse listFHIRImportJobs(ListFhirImportJobsRequest listFhirImportJobsRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException List all FHIR import jobs associated with an account and their statuses.
- Parameters:
listFhirImportJobsRequest-- Returns:
- Result of the ListFHIRImportJobs operation returned by the service.
- See Also:
-
listFHIRImportJobs
default ListFhirImportJobsResponse listFHIRImportJobs(Consumer<ListFhirImportJobsRequest.Builder> listFhirImportJobsRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException List all FHIR import jobs associated with an account and their statuses.
This is a convenience which creates an instance of the
ListFhirImportJobsRequest.Builderavoiding the need to create one manually viaListFhirImportJobsRequest.builder()- Parameters:
listFhirImportJobsRequest- AConsumerthat will call methods onListFhirImportJobsRequest.Builderto create a request.- Returns:
- Result of the ListFHIRImportJobs operation returned by the service.
- See Also:
-
listFHIRImportJobsPaginator
default ListFHIRImportJobsIterable listFHIRImportJobsPaginator(ListFhirImportJobsRequest listFhirImportJobsRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException This is a variant of
listFHIRImportJobs(software.amazon.awssdk.services.healthlake.model.ListFhirImportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.healthlake.paginators.ListFHIRImportJobsIterable responses = client.listFHIRImportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.healthlake.paginators.ListFHIRImportJobsIterable responses = client .listFHIRImportJobsPaginator(request); for (software.amazon.awssdk.services.healthlake.model.ListFhirImportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.healthlake.paginators.ListFHIRImportJobsIterable responses = client.listFHIRImportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFHIRImportJobs(software.amazon.awssdk.services.healthlake.model.ListFhirImportJobsRequest)operation.- Parameters:
listFhirImportJobsRequest-- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listFHIRImportJobsPaginator
default ListFHIRImportJobsIterable listFHIRImportJobsPaginator(Consumer<ListFhirImportJobsRequest.Builder> listFhirImportJobsRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException This is a variant of
listFHIRImportJobs(software.amazon.awssdk.services.healthlake.model.ListFhirImportJobsRequest)operation. The return type is a custom iterable that can be used to iterate through all the pages. SDK will internally handle making service calls for you.When this operation is called, a custom iterable is returned but no service calls are made yet. So there is no guarantee that the request is valid. As you iterate through the iterable, SDK will start lazily loading response pages by making service calls until there are no pages left or your iteration stops. If there are errors in your request, you will see the failures only after you start iterating through the iterable.
The following are few ways to iterate through the response pages:
1) Using a Stream
2) Using For loopsoftware.amazon.awssdk.services.healthlake.paginators.ListFHIRImportJobsIterable responses = client.listFHIRImportJobsPaginator(request); responses.stream().forEach(....);{ @code software.amazon.awssdk.services.healthlake.paginators.ListFHIRImportJobsIterable responses = client .listFHIRImportJobsPaginator(request); for (software.amazon.awssdk.services.healthlake.model.ListFhirImportJobsResponse response : responses) { // do something; } }3) Use iterator directlysoftware.amazon.awssdk.services.healthlake.paginators.ListFHIRImportJobsIterable responses = client.listFHIRImportJobsPaginator(request); responses.iterator().forEachRemaining(....);Please notice that the configuration of MaxResults won't limit the number of results you get with the paginator. It only limits the number of results in each page.
Note: If you prefer to have control on service calls, use the
listFHIRImportJobs(software.amazon.awssdk.services.healthlake.model.ListFhirImportJobsRequest)operation.
This is a convenience which creates an instance of the
ListFhirImportJobsRequest.Builderavoiding the need to create one manually viaListFhirImportJobsRequest.builder()- Parameters:
listFhirImportJobsRequest- AConsumerthat will call methods onListFhirImportJobsRequest.Builderto create a request.- Returns:
- A custom iterable that can be used to iterate through all the response pages.
- See Also:
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(ListTagsForResourceRequest listTagsForResourceRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, HealthLakeException Returns a list of all existing tags associated with a data store.
- Parameters:
listTagsForResourceRequest-- Returns:
- Result of the ListTagsForResource operation returned by the service.
- See Also:
-
listTagsForResource
default ListTagsForResourceResponse listTagsForResource(Consumer<ListTagsForResourceRequest.Builder> listTagsForResourceRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, HealthLakeException Returns a list of all existing tags associated with a data store.
This is a convenience which creates an instance of the
ListTagsForResourceRequest.Builderavoiding the need to create one manually viaListTagsForResourceRequest.builder()- Parameters:
listTagsForResourceRequest- AConsumerthat will call methods onListTagsForResourceRequest.Builderto create a request.- Returns:
- Result of the ListTagsForResource operation returned by the service.
- See Also:
-
publishDataTransformationProfile
default PublishDataTransformationProfileResponse publishDataTransformationProfile(PublishDataTransformationProfileRequest publishDataTransformationProfileRequest) throws ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Promotes the current DRAFT version of a data transformation profile to a new immutable published version. Also supports rollback by publishing from a previously published version.
- Parameters:
publishDataTransformationProfileRequest- The request parameters for thePublishDataTransformationProfileoperation.- Returns:
- Result of the PublishDataTransformationProfile operation returned by the service.
- See Also:
-
publishDataTransformationProfile
default PublishDataTransformationProfileResponse publishDataTransformationProfile(Consumer<PublishDataTransformationProfileRequest.Builder> publishDataTransformationProfileRequest) throws ServiceQuotaExceededException, ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Promotes the current DRAFT version of a data transformation profile to a new immutable published version. Also supports rollback by publishing from a previously published version.
This is a convenience which creates an instance of the
PublishDataTransformationProfileRequest.Builderavoiding the need to create one manually viaPublishDataTransformationProfileRequest.builder()- Parameters:
publishDataTransformationProfileRequest- AConsumerthat will call methods onPublishDataTransformationProfileRequest.Builderto create a request. The request parameters for thePublishDataTransformationProfileoperation.- Returns:
- Result of the PublishDataTransformationProfile operation returned by the service.
- See Also:
-
startDataTransformationJob
default StartDataTransformationJobResponse startDataTransformationJob(StartDataTransformationJobRequest startDataTransformationJobRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Starts an asynchronous data transformation job that converts source files from Amazon Simple Storage Service (Amazon S3) and writes the output to Amazon S3 or AWS HealthLake.
- Parameters:
startDataTransformationJobRequest- The request parameters for theStartDataTransformationJoboperation.- Returns:
- Result of the StartDataTransformationJob operation returned by the service.
- See Also:
-
startDataTransformationJob
default StartDataTransformationJobResponse startDataTransformationJob(Consumer<StartDataTransformationJobRequest.Builder> startDataTransformationJobRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Starts an asynchronous data transformation job that converts source files from Amazon Simple Storage Service (Amazon S3) and writes the output to Amazon S3 or AWS HealthLake.
This is a convenience which creates an instance of the
StartDataTransformationJobRequest.Builderavoiding the need to create one manually viaStartDataTransformationJobRequest.builder()- Parameters:
startDataTransformationJobRequest- AConsumerthat will call methods onStartDataTransformationJobRequest.Builderto create a request. The request parameters for theStartDataTransformationJoboperation.- Returns:
- Result of the StartDataTransformationJob operation returned by the service.
- See Also:
-
startFHIRExportJob
default StartFhirExportJobResponse startFHIRExportJob(StartFhirExportJobRequest startFhirExportJobRequest) throws ThrottlingException, AccessDeniedException, FailedDependencyException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Start a FHIR export job.
- Parameters:
startFhirExportJobRequest-- Returns:
- Result of the StartFHIRExportJob operation returned by the service.
- See Also:
-
startFHIRExportJob
default StartFhirExportJobResponse startFHIRExportJob(Consumer<StartFhirExportJobRequest.Builder> startFhirExportJobRequest) throws ThrottlingException, AccessDeniedException, FailedDependencyException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Start a FHIR export job.
This is a convenience which creates an instance of the
StartFhirExportJobRequest.Builderavoiding the need to create one manually viaStartFhirExportJobRequest.builder()- Parameters:
startFhirExportJobRequest- AConsumerthat will call methods onStartFhirExportJobRequest.Builderto create a request.- Returns:
- Result of the StartFHIRExportJob operation returned by the service.
- See Also:
-
startFHIRImportJob
default StartFhirImportJobResponse startFHIRImportJob(StartFhirImportJobRequest startFhirImportJobRequest) throws ThrottlingException, AccessDeniedException, FailedDependencyException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Start importing bulk FHIR data into an ACTIVE data store. The import job imports FHIR data found in the
InputDataConfigobject and stores processing results in theJobOutputDataConfigobject.- Parameters:
startFhirImportJobRequest-- Returns:
- Result of the StartFHIRImportJob operation returned by the service.
- See Also:
-
startFHIRImportJob
default StartFhirImportJobResponse startFHIRImportJob(Consumer<StartFhirImportJobRequest.Builder> startFhirImportJobRequest) throws ThrottlingException, AccessDeniedException, FailedDependencyException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Start importing bulk FHIR data into an ACTIVE data store. The import job imports FHIR data found in the
InputDataConfigobject and stores processing results in theJobOutputDataConfigobject.
This is a convenience which creates an instance of the
StartFhirImportJobRequest.Builderavoiding the need to create one manually viaStartFhirImportJobRequest.builder()- Parameters:
startFhirImportJobRequest- AConsumerthat will call methods onStartFhirImportJobRequest.Builderto create a request.- Returns:
- Result of the StartFHIRImportJob operation returned by the service.
- See Also:
-
tagResource
default TagResourceResponse tagResource(TagResourceRequest tagResourceRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, HealthLakeException Add a user-specifed key and value tag to a data store.
- Parameters:
tagResourceRequest-- Returns:
- Result of the TagResource operation returned by the service.
- See Also:
-
tagResource
default TagResourceResponse tagResource(Consumer<TagResourceRequest.Builder> tagResourceRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, HealthLakeException Add a user-specifed key and value tag to a data store.
This is a convenience which creates an instance of the
TagResourceRequest.Builderavoiding the need to create one manually viaTagResourceRequest.builder()- Parameters:
tagResourceRequest- AConsumerthat will call methods onTagResourceRequest.Builderto create a request.- Returns:
- Result of the TagResource operation returned by the service.
- See Also:
-
untagResource
default UntagResourceResponse untagResource(UntagResourceRequest untagResourceRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, HealthLakeException Remove a user-specifed key and value tag from a data store.
- Parameters:
untagResourceRequest-- Returns:
- Result of the UntagResource operation returned by the service.
- See Also:
-
untagResource
default UntagResourceResponse untagResource(Consumer<UntagResourceRequest.Builder> untagResourceRequest) throws ResourceNotFoundException, ValidationException, AwsServiceException, SdkClientException, HealthLakeException Remove a user-specifed key and value tag from a data store.
This is a convenience which creates an instance of the
UntagResourceRequest.Builderavoiding the need to create one manually viaUntagResourceRequest.builder()- Parameters:
untagResourceRequest- AConsumerthat will call methods onUntagResourceRequest.Builderto create a request.- Returns:
- Result of the UntagResource operation returned by the service.
- See Also:
-
updateDataTransformationProfile
default UpdateDataTransformationProfileResponse updateDataTransformationProfile(UpdateDataTransformationProfileRequest updateDataTransformationProfileRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Updates the DRAFT version (version 0) of a data transformation profile with new profile content. The update replaces all existing DRAFT content.
- Parameters:
updateDataTransformationProfileRequest- The request parameters for theUpdateDataTransformationProfileoperation.- Returns:
- Result of the UpdateDataTransformationProfile operation returned by the service.
- See Also:
-
updateDataTransformationProfile
default UpdateDataTransformationProfileResponse updateDataTransformationProfile(Consumer<UpdateDataTransformationProfileRequest.Builder> updateDataTransformationProfileRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Updates the DRAFT version (version 0) of a data transformation profile with new profile content. The update replaces all existing DRAFT content.
This is a convenience which creates an instance of the
UpdateDataTransformationProfileRequest.Builderavoiding the need to create one manually viaUpdateDataTransformationProfileRequest.builder()- Parameters:
updateDataTransformationProfileRequest- AConsumerthat will call methods onUpdateDataTransformationProfileRequest.Builderto create a request. The request parameters for theUpdateDataTransformationProfileoperation.- Returns:
- Result of the UpdateDataTransformationProfile operation returned by the service.
- See Also:
-
updateFHIRDatastore
default UpdateFhirDatastoreResponse updateFHIRDatastore(UpdateFhirDatastoreRequest updateFhirDatastoreRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Update the properties of a FHIR-enabled data store.
- Parameters:
updateFhirDatastoreRequest-- Returns:
- Result of the UpdateFHIRDatastore operation returned by the service.
- See Also:
-
updateFHIRDatastore
default UpdateFhirDatastoreResponse updateFHIRDatastore(Consumer<UpdateFhirDatastoreRequest.Builder> updateFhirDatastoreRequest) throws ThrottlingException, AccessDeniedException, ResourceNotFoundException, ConflictException, ValidationException, InternalServerException, AwsServiceException, SdkClientException, HealthLakeException Update the properties of a FHIR-enabled data store.
This is a convenience which creates an instance of the
UpdateFhirDatastoreRequest.Builderavoiding the need to create one manually viaUpdateFhirDatastoreRequest.builder()- Parameters:
updateFhirDatastoreRequest- AConsumerthat will call methods onUpdateFhirDatastoreRequest.Builderto create a request.- Returns:
- Result of the UpdateFHIRDatastore operation returned by the service.
- See Also:
-
updateProfileWithAgent
default UpdateProfileWithAgentResponse updateProfileWithAgent(UpdateProfileWithAgentRequest updateProfileWithAgentRequest) throws NotImplementedOperationException, ConversationNotFoundException, ThrottlingException, AgentMessageOutOfContextException, AccessDeniedException, ResourceNotFoundException, UnsupportedMimeTypeException, ValidationException, InternalServerException, UnauthorizedException, AwsServiceException, SdkClientException, HealthLakeException Updates a data transformation profile using chat-based interaction with an agent. Supports multi-turn conversations for iteratively customizing profiles.
- Parameters:
updateProfileWithAgentRequest- The request parameters for theUpdateProfileWithAgentoperation.- Returns:
- Result of the UpdateProfileWithAgent operation returned by the service.
- See Also:
-
updateProfileWithAgent
default UpdateProfileWithAgentResponse updateProfileWithAgent(Consumer<UpdateProfileWithAgentRequest.Builder> updateProfileWithAgentRequest) throws NotImplementedOperationException, ConversationNotFoundException, ThrottlingException, AgentMessageOutOfContextException, AccessDeniedException, ResourceNotFoundException, UnsupportedMimeTypeException, ValidationException, InternalServerException, UnauthorizedException, AwsServiceException, SdkClientException, HealthLakeException Updates a data transformation profile using chat-based interaction with an agent. Supports multi-turn conversations for iteratively customizing profiles.
This is a convenience which creates an instance of the
UpdateProfileWithAgentRequest.Builderavoiding the need to create one manually viaUpdateProfileWithAgentRequest.builder()- Parameters:
updateProfileWithAgentRequest- AConsumerthat will call methods onUpdateProfileWithAgentRequest.Builderto create a request. The request parameters for theUpdateProfileWithAgentoperation.- Returns:
- Result of the UpdateProfileWithAgent operation returned by the service.
- See Also:
-
waiter
Create an instance ofHealthLakeWaiterusing this client.Waiters created via this method are managed by the SDK and resources will be released when the service client is closed.
- Returns:
- an instance of
HealthLakeWaiter
-
create
Create aHealthLakeClientwith the region loaded from theDefaultAwsRegionProviderChainand credentials loaded from theDefaultCredentialsProvider. -
builder
Create a builder that can be used to configure and create aHealthLakeClient. -
serviceMetadata
-
serviceClientConfiguration
Description copied from interface:SdkClientThe SDK service client configuration exposes client settings to the user, e.g., ClientOverrideConfiguration- Specified by:
serviceClientConfigurationin interfaceAwsClient- Specified by:
serviceClientConfigurationin interfaceSdkClient- Returns:
- SdkServiceClientConfiguration
-