Interface CancelEnrichmentJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CancelEnrichmentJobResponse.Builder,,CancelEnrichmentJobResponse> IoTSiteWiseResponse.Builder,SdkBuilder<CancelEnrichmentJobResponse.Builder,,CancelEnrichmentJobResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CancelEnrichmentJobResponse
@Mutable
@NotThreadSafe
public static interface CancelEnrichmentJobResponse.Builder
extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<CancelEnrichmentJobResponse.Builder,CancelEnrichmentJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe unique identifier of the cancelled enrichment job.The status of the enrichment job after cancellation.status(EnrichmentJobStatus status) The status of the enrichment job after cancellation.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
The unique identifier of the cancelled enrichment job.
- Parameters:
jobId- The unique identifier of the cancelled enrichment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the enrichment job after cancellation. This will be CANCELLED, indicating the job was successfully cancelled or was already in CANCELLED state (idempotent behavior).
- Parameters:
status- The status of the enrichment job after cancellation. This will be CANCELLED, indicating the job was successfully cancelled or was already in CANCELLED state (idempotent behavior).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the enrichment job after cancellation. This will be CANCELLED, indicating the job was successfully cancelled or was already in CANCELLED state (idempotent behavior).
- Parameters:
status- The status of the enrichment job after cancellation. This will be CANCELLED, indicating the job was successfully cancelled or was already in CANCELLED state (idempotent behavior).- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-