Interface StartFhirExportJobRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StartFhirExportJobRequest.Builder,
,StartFhirExportJobRequest> HealthLakeRequest.Builder
,SdkBuilder<StartFhirExportJobRequest.Builder,
,StartFhirExportJobRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StartFhirExportJobRequest
@Mutable
@NotThreadSafe
public static interface StartFhirExportJobRequest.Builder
extends HealthLakeRequest.Builder, SdkPojo, CopyableBuilder<StartFhirExportJobRequest.Builder,StartFhirExportJobRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) An optional user provided token used for ensuring API idempotency.dataAccessRoleArn
(String dataAccessRoleArn) The Amazon Resource Name (ARN) used during initiation of the export job.datastoreId
(String datastoreId) The data store identifier from which files are being exported.The export job name.outputDataConfig
(Consumer<OutputDataConfig.Builder> outputDataConfig) The output data configuration supplied when the export job was started.outputDataConfig
(OutputDataConfig outputDataConfig) The output data configuration supplied when the export job was started.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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 export job name.
- Parameters:
jobName
- The export job name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputDataConfig
The output data configuration supplied when the export job was started.
- Parameters:
outputDataConfig
- The output data configuration supplied when the export job was started.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
outputDataConfig
default StartFhirExportJobRequest.Builder outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig) The output data configuration supplied when the export job was started.
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 tooutputDataConfig(OutputDataConfig)
.- Parameters:
outputDataConfig
- 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 from which files are being exported.
- Parameters:
datastoreId
- The data store identifier from which files are being exported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataAccessRoleArn
The Amazon Resource Name (ARN) used during initiation of the export job.
- Parameters:
dataAccessRoleArn
- The Amazon Resource Name (ARN) used during initiation of the export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
An optional user provided token used for ensuring API idempotency.
- Parameters:
clientToken
- An optional user provided token used for ensuring API idempotency.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartFhirExportJobRequest.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
StartFhirExportJobRequest.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.
-