Interface DescribeFhirExportJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeFhirExportJobResponse.Builder,DescribeFhirExportJobResponse>,HealthLakeResponse.Builder,SdkBuilder<DescribeFhirExportJobResponse.Builder,DescribeFhirExportJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeFhirExportJobResponse
public static interface DescribeFhirExportJobResponse.Builder extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<DescribeFhirExportJobResponse.Builder,DescribeFhirExportJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeFhirExportJobResponse.BuilderexportJobProperties(Consumer<ExportJobProperties.Builder> exportJobProperties)Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.DescribeFhirExportJobResponse.BuilderexportJobProperties(ExportJobProperties exportJobProperties)Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.healthlake.model.HealthLakeResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
exportJobProperties
DescribeFhirExportJobResponse.Builder exportJobProperties(ExportJobProperties exportJobProperties)
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.
- Parameters:
exportJobProperties- Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportJobProperties
default DescribeFhirExportJobResponse.Builder exportJobProperties(Consumer<ExportJobProperties.Builder> exportJobProperties)
Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.
This is a convenience method that creates an instance of theExportJobProperties.Builderavoiding the need to create one manually viaExportJobProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexportJobProperties(ExportJobProperties).- Parameters:
exportJobProperties- a consumer that will call methods onExportJobProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
exportJobProperties(ExportJobProperties)
-
-