Interface VectorEnrichmentJobErrorDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VectorEnrichmentJobErrorDetails.Builder,
,VectorEnrichmentJobErrorDetails> SdkBuilder<VectorEnrichmentJobErrorDetails.Builder,
,VectorEnrichmentJobErrorDetails> SdkPojo
- Enclosing class:
VectorEnrichmentJobErrorDetails
@Mutable
@NotThreadSafe
public static interface VectorEnrichmentJobErrorDetails.Builder
extends SdkPojo, CopyableBuilder<VectorEnrichmentJobErrorDetails.Builder,VectorEnrichmentJobErrorDetails>
-
Method Summary
Modifier and TypeMethodDescriptionerrorMessage
(String errorMessage) A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.The type of error generated during the Vector Enrichment job.errorType
(VectorEnrichmentJobErrorType errorType) The type of error generated during the Vector Enrichment job.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
errorMessage
A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.
- Parameters:
errorMessage
- A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorType
The type of error generated during the Vector Enrichment job.
- Parameters:
errorType
- The type of error generated during the Vector Enrichment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorType
The type of error generated during the Vector Enrichment job.
- Parameters:
errorType
- The type of error generated during the Vector Enrichment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-