Interface CreateEnrichmentJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateEnrichmentJobResponse.Builder,,CreateEnrichmentJobResponse> IoTSiteWiseResponse.Builder,SdkBuilder<CreateEnrichmentJobResponse.Builder,,CreateEnrichmentJobResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateEnrichmentJobResponse
@Mutable
@NotThreadSafe
public static interface CreateEnrichmentJobResponse.Builder
extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<CreateEnrichmentJobResponse.Builder,CreateEnrichmentJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptionTimestamp when the enrichment job was created in ISO 8601 format.Unique identifier for the enrichment job.Initial status of the enrichment job, typically PENDING.status(EnrichmentJobStatus status) Initial status of the enrichment job, typically PENDING.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builder
build, responseMetadata, responseMetadataMethods 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
-
jobId
Unique identifier for the enrichment job. Use this ID with DescribeEnrichmentJob to monitor progress or with CancelEnrichmentJob to cancel the job.
- Parameters:
jobId- Unique identifier for the enrichment job. Use this ID with DescribeEnrichmentJob to monitor progress or with CancelEnrichmentJob to cancel the job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Initial status of the enrichment job, typically PENDING. The job will transition to RUNNING when processing begins, then to a terminal state (COMPLETED, FAILED, TIMED_OUT, or CANCELLED). Use DescribeEnrichmentJob to track status changes.
- Parameters:
status- Initial status of the enrichment job, typically PENDING. The job will transition to RUNNING when processing begins, then to a terminal state (COMPLETED, FAILED, TIMED_OUT, or CANCELLED). Use DescribeEnrichmentJob to track status changes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Initial status of the enrichment job, typically PENDING. The job will transition to RUNNING when processing begins, then to a terminal state (COMPLETED, FAILED, TIMED_OUT, or CANCELLED). Use DescribeEnrichmentJob to track status changes.
- Parameters:
status- Initial status of the enrichment job, typically PENDING. The job will transition to RUNNING when processing begins, then to a terminal state (COMPLETED, FAILED, TIMED_OUT, or CANCELLED). Use DescribeEnrichmentJob to track status changes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
Timestamp when the enrichment job was created in ISO 8601 format.
- Parameters:
createdAt- Timestamp when the enrichment job was created in ISO 8601 format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-