Interface StartReferenceImportJobSourceItem.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<StartReferenceImportJobSourceItem.Builder,,StartReferenceImportJobSourceItem> SdkBuilder<StartReferenceImportJobSourceItem.Builder,,StartReferenceImportJobSourceItem> SdkPojo
- Enclosing class:
 StartReferenceImportJobSourceItem
public static interface StartReferenceImportJobSourceItem.Builder
extends SdkPojo, CopyableBuilder<StartReferenceImportJobSourceItem.Builder,StartReferenceImportJobSourceItem> 
- 
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The source's description.The source's name.sourceFile(String sourceFile) The source file's location in Amazon S3.The source's tags.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
sourceFile
The source file's location in Amazon S3.
- Parameters:
 sourceFile- The source file's location in Amazon S3.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
name
The source's name.
- Parameters:
 name- The source's name.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
description
The source's description.
- Parameters:
 description- The source's description.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
tags
The source's tags.
- Parameters:
 tags- The source's tags.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -