Interface AnnotationImportItemDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnnotationImportItemDetail.Builder,
,AnnotationImportItemDetail> SdkBuilder<AnnotationImportItemDetail.Builder,
,AnnotationImportItemDetail> SdkPojo
- Enclosing class:
AnnotationImportItemDetail
public static interface AnnotationImportItemDetail.Builder
extends SdkPojo, CopyableBuilder<AnnotationImportItemDetail.Builder,AnnotationImportItemDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe item's job status.The item's job status.The source file's location in Amazon S3.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 Details
-
source
The source file's location in Amazon S3.
- Parameters:
source
- The source file's location in Amazon S3.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobStatus
The item's job status.
- Parameters:
jobStatus
- The item's job status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobStatus
The item's job status.
- Parameters:
jobStatus
- The item's job status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-