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
Modifier and TypeMethodDescriptionexportJobProperties(Consumer<ExportJobProperties.Builder> exportJobProperties) Displays the properties of the export job, including the ID, Arn, Name, and the status of the job.exportJobProperties(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
copyMethods inherited from interface software.amazon.awssdk.services.healthlake.model.HealthLakeResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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:
-