Interface VectorEnrichmentJobErrorDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VectorEnrichmentJobErrorDetails.Builder,VectorEnrichmentJobErrorDetails>,SdkBuilder<VectorEnrichmentJobErrorDetails.Builder,VectorEnrichmentJobErrorDetails>,SdkPojo
- Enclosing class:
- VectorEnrichmentJobErrorDetails
public static interface VectorEnrichmentJobErrorDetails.Builder extends SdkPojo, CopyableBuilder<VectorEnrichmentJobErrorDetails.Builder,VectorEnrichmentJobErrorDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VectorEnrichmentJobErrorDetails.BuildererrorMessage(String errorMessage)A message that you define and then is processed and rendered by the Vector Enrichment job when the error occurs.VectorEnrichmentJobErrorDetails.BuildererrorType(String errorType)The type of error generated during the Vector Enrichment job.VectorEnrichmentJobErrorDetails.BuildererrorType(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, sdkFields
-
-
-
-
Method Detail
-
errorMessage
VectorEnrichmentJobErrorDetails.Builder errorMessage(String 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
VectorEnrichmentJobErrorDetails.Builder errorType(String 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:
VectorEnrichmentJobErrorType,VectorEnrichmentJobErrorType
-
errorType
VectorEnrichmentJobErrorDetails.Builder errorType(VectorEnrichmentJobErrorType 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:
VectorEnrichmentJobErrorType,VectorEnrichmentJobErrorType
-
-