Interface VectorEnrichmentJobExportErrorDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VectorEnrichmentJobExportErrorDetails.Builder,VectorEnrichmentJobExportErrorDetails>,SdkBuilder<VectorEnrichmentJobExportErrorDetails.Builder,VectorEnrichmentJobExportErrorDetails>,SdkPojo
- Enclosing class:
- VectorEnrichmentJobExportErrorDetails
public static interface VectorEnrichmentJobExportErrorDetails.Builder extends SdkPojo, CopyableBuilder<VectorEnrichmentJobExportErrorDetails.Builder,VectorEnrichmentJobExportErrorDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VectorEnrichmentJobExportErrorDetails.Buildermessage(String message)The message providing details about the errors generated during the Vector Enrichment job.VectorEnrichmentJobExportErrorDetails.Buildertype(String type)The output error details for an Export operation on a Vector Enrichment job.VectorEnrichmentJobExportErrorDetails.Buildertype(VectorEnrichmentJobExportErrorType type)The output error details for an Export operation on a 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
-
message
VectorEnrichmentJobExportErrorDetails.Builder message(String message)
The message providing details about the errors generated during the Vector Enrichment job.
- Parameters:
message- The message providing details about the errors generated during the Vector Enrichment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
VectorEnrichmentJobExportErrorDetails.Builder type(String type)
The output error details for an Export operation on a Vector Enrichment job.
- Parameters:
type- The output error details for an Export operation on a Vector Enrichment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VectorEnrichmentJobExportErrorType,VectorEnrichmentJobExportErrorType
-
type
VectorEnrichmentJobExportErrorDetails.Builder type(VectorEnrichmentJobExportErrorType type)
The output error details for an Export operation on a Vector Enrichment job.
- Parameters:
type- The output error details for an Export operation on a Vector Enrichment job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VectorEnrichmentJobExportErrorType,VectorEnrichmentJobExportErrorType
-
-