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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
dataSets
The data sets.
- Parameters:
dataSets
- The data sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSets
The data sets.
- Parameters:
dataSets
- The data sets.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSets
The data sets.
This is a convenience method that creates an instance of theDataSetExportItem.Builder
avoiding the need to create one manually viaDataSetExportItem.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataSets(List<DataSetExportItem>)
.- Parameters:
dataSets
- a consumer that will call methods onDataSetExportItem.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3Location
The 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.
-