Interface DataSetImportConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DataSetImportConfig.Builder,,- DataSetImportConfig> - SdkBuilder<DataSetImportConfig.Builder,,- DataSetImportConfig> - SdkPojo
- Enclosing class:
- DataSetImportConfig
@Mutable
@NotThreadSafe
public static interface DataSetImportConfig.Builder
extends SdkPojo, CopyableBuilder<DataSetImportConfig.Builder,DataSetImportConfig> 
- 
Method SummaryModifier and TypeMethodDescriptiondataSets(Collection<DataSetImportItem> dataSets) The data sets.dataSets(Consumer<DataSetImportItem.Builder>... dataSets) The data sets.dataSets(DataSetImportItem... dataSets) The data sets.s3Location(String s3Location) The Amazon S3 location of the data sets.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- 
dataSetsThe data sets. - Parameters:
- dataSets- The data sets.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataSetsThe data sets. - Parameters:
- dataSets- The data sets.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataSetsThe data sets. This is a convenience method that creates an instance of theDataSetImportItem.Builderavoiding the need to create one manually viaDataSetImportItem.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSets(List<DataSetImportItem>).- Parameters:
- dataSets- a consumer that will call methods on- DataSetImportItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
s3LocationThe Amazon S3 location of the data sets. - Parameters:
- s3Location- The Amazon S3 location of the data sets.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-