Interface DataSetExportConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DataSetExportConfig.Builder,,- DataSetExportConfig> - SdkBuilder<DataSetExportConfig.Builder,,- DataSetExportConfig> - SdkPojo
- Enclosing class:
- DataSetExportConfig
@Mutable
@NotThreadSafe
public static interface DataSetExportConfig.Builder
extends SdkPojo, CopyableBuilder<DataSetExportConfig.Builder,DataSetExportConfig> 
- 
Method SummaryModifier and TypeMethodDescriptiondataSets(Collection<DataSetExportItem> dataSets) The data sets.dataSets(Consumer<DataSetExportItem.Builder>... dataSets) The data sets.dataSets(DataSetExportItem... 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 theDataSetExportItem.Builderavoiding the need to create one manually viaDataSetExportItem.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todataSets(List<DataSetExportItem>).- Parameters:
- dataSets- a consumer that will call methods on- DataSetExportItem.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.
 
 
-