Interface StartFhirImportJobRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StartFhirImportJobRequest.Builder,
,StartFhirImportJobRequest> HealthLakeRequest.Builder
,SdkBuilder<StartFhirImportJobRequest.Builder,
,StartFhirImportJobRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StartFhirImportJobRequest
@Mutable
@NotThreadSafe
public static interface StartFhirImportJobRequest.Builder
extends HealthLakeRequest.Builder, SdkPojo, CopyableBuilder<StartFhirImportJobRequest.Builder,StartFhirImportJobRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) The optional user-provided token used for ensuring API idempotency.dataAccessRoleArn
(String dataAccessRoleArn) The Amazon Resource Name (ARN) that grants access permission to AWS HealthLake.datastoreId
(String datastoreId) The data store identifier.inputDataConfig
(Consumer<InputDataConfig.Builder> inputDataConfig) The input properties for the import job request.inputDataConfig
(InputDataConfig inputDataConfig) The input properties for the import job request.The import job name.jobOutputDataConfig
(Consumer<OutputDataConfig.Builder> jobOutputDataConfig) Sets the value of the JobOutputDataConfig property for this object.jobOutputDataConfig
(OutputDataConfig jobOutputDataConfig) Sets the value of the JobOutputDataConfig property for this object.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.validationLevel
(String validationLevel) The validation level of the import job.validationLevel
(ValidationLevel validationLevel) The validation level of the import job.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.healthlake.model.HealthLakeRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
jobName
The import job name.
- Parameters:
jobName
- The import job name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDataConfig
The input properties for the import job request.
- Parameters:
inputDataConfig
- The input properties for the import job request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inputDataConfig
default StartFhirImportJobRequest.Builder inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig) The input properties for the import job request.
This is a convenience method that creates an instance of theInputDataConfig.Builder
avoiding the need to create one manually viaInputDataConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toinputDataConfig(InputDataConfig)
.- Parameters:
inputDataConfig
- a consumer that will call methods onInputDataConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobOutputDataConfig
Sets the value of the JobOutputDataConfig property for this object.- Parameters:
jobOutputDataConfig
- The new value for the JobOutputDataConfig property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobOutputDataConfig
default StartFhirImportJobRequest.Builder jobOutputDataConfig(Consumer<OutputDataConfig.Builder> jobOutputDataConfig) Sets the value of the JobOutputDataConfig property for this object. This is a convenience method that creates an instance of theOutputDataConfig.Builder
avoiding the need to create one manually viaOutputDataConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tojobOutputDataConfig(OutputDataConfig)
.- Parameters:
jobOutputDataConfig
- a consumer that will call methods onOutputDataConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
datastoreId
The data store identifier.
- Parameters:
datastoreId
- The data store identifier.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataAccessRoleArn
The Amazon Resource Name (ARN) that grants access permission to AWS HealthLake.
- Parameters:
dataAccessRoleArn
- The Amazon Resource Name (ARN) that grants access permission to AWS HealthLake.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
The optional user-provided token used for ensuring API idempotency.
- Parameters:
clientToken
- The optional user-provided token used for ensuring API idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validationLevel
The validation level of the import job.
- Parameters:
validationLevel
- The validation level of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
validationLevel
The validation level of the import job.
- Parameters:
validationLevel
- The validation level of the import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
StartFhirImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartFhirImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-