Interface StartPatientInsightsJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectHealthResponse.Builder,CopyableBuilder<StartPatientInsightsJobResponse.Builder,,StartPatientInsightsJobResponse> SdkBuilder<StartPatientInsightsJobResponse.Builder,,StartPatientInsightsJobResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartPatientInsightsJobResponse
@Mutable
@NotThreadSafe
public static interface StartPatientInsightsJobResponse.Builder
extends ConnectHealthResponse.Builder, SdkPojo, CopyableBuilder<StartPatientInsightsJobResponse.Builder,StartPatientInsightsJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime(Instant creationTime) Date and time the patient insights job was submitted.Methods inherited from interface software.amazon.awssdk.services.connecthealth.model.ConnectHealthResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
jobArn
- Parameters:
jobArn-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
- Parameters:
jobId-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
Date and time the patient insights job was submitted.
- Parameters:
creationTime- Date and time the patient insights job was submitted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-