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 SummaryModifier and TypeMethodDescriptionThe source file's location in Amazon S3.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
sourceThe 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.
 
 
-