Interface DataSetImportItem.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DataSetImportItem.Builder,,- DataSetImportItem> - SdkBuilder<DataSetImportItem.Builder,,- DataSetImportItem> - SdkPojo
- Enclosing class:
- DataSetImportItem
@Mutable
@NotThreadSafe
public static interface DataSetImportItem.Builder
extends SdkPojo, CopyableBuilder<DataSetImportItem.Builder,DataSetImportItem> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault DataSetImportItem.BuilderdataSet(Consumer<DataSet.Builder> dataSet) The data set.The data set.default DataSetImportItem.BuilderexternalLocation(Consumer<ExternalLocation.Builder> externalLocation) The location of the data set.externalLocation(ExternalLocation externalLocation) The location of the data set.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- 
dataSetThe data set. - Parameters:
- dataSet- The data set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
dataSetThe data set. This is a convenience method that creates an instance of theDataSet.Builderavoiding the need to create one manually viaDataSet.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSet(DataSet).- Parameters:
- dataSet- a consumer that will call methods on- DataSet.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
externalLocationThe location of the data set. - Parameters:
- externalLocation- The location of the data set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
externalLocationdefault DataSetImportItem.Builder externalLocation(Consumer<ExternalLocation.Builder> externalLocation) The location of the data set. This is a convenience method that creates an instance of theExternalLocation.Builderavoiding the need to create one manually viaExternalLocation.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toexternalLocation(ExternalLocation).- Parameters:
- externalLocation- a consumer that will call methods on- ExternalLocation.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-