Interface DescribeFhirImportJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeFhirImportJobResponse.Builder,DescribeFhirImportJobResponse>,HealthLakeResponse.Builder,SdkBuilder<DescribeFhirImportJobResponse.Builder,DescribeFhirImportJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeFhirImportJobResponse
public static interface DescribeFhirImportJobResponse.Builder extends HealthLakeResponse.Builder, SdkPojo, CopyableBuilder<DescribeFhirImportJobResponse.Builder,DescribeFhirImportJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeFhirImportJobResponse.BuilderimportJobProperties(Consumer<ImportJobProperties.Builder> importJobProperties)The properties of the Import job request, including the ID, ARN, name, and the status of the job.DescribeFhirImportJobResponse.BuilderimportJobProperties(ImportJobProperties importJobProperties)The properties of the Import job request, 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
-
importJobProperties
DescribeFhirImportJobResponse.Builder importJobProperties(ImportJobProperties importJobProperties)
The properties of the Import job request, including the ID, ARN, name, and the status of the job.
- Parameters:
importJobProperties- The properties of the Import job request, 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.
-
importJobProperties
default DescribeFhirImportJobResponse.Builder importJobProperties(Consumer<ImportJobProperties.Builder> importJobProperties)
The properties of the Import job request, including the ID, ARN, name, and the status of the job.
This is a convenience method that creates an instance of theImportJobProperties.Builderavoiding the need to create one manually viaImportJobProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toimportJobProperties(ImportJobProperties).- Parameters:
importJobProperties- a consumer that will call methods onImportJobProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
importJobProperties(ImportJobProperties)
-
-