Interface AnnotationImportItemSource.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AnnotationImportItemSource.Builder,
,AnnotationImportItemSource> SdkBuilder<AnnotationImportItemSource.Builder,
,AnnotationImportItemSource> SdkPojo
- Enclosing class:
AnnotationImportItemSource
@Mutable
@NotThreadSafe
public static interface AnnotationImportItemSource.Builder
extends SdkPojo, CopyableBuilder<AnnotationImportItemSource.Builder,AnnotationImportItemSource>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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, sdkFieldNameToField, 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.
-