Interface DataSetExportItem.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DataSetExportItem.Builder,,- DataSetExportItem> - SdkBuilder<DataSetExportItem.Builder,,- DataSetExportItem> - SdkPojo
- Enclosing class:
- DataSetExportItem
@Mutable
@NotThreadSafe
public static interface DataSetExportItem.Builder
extends SdkPojo, CopyableBuilder<DataSetExportItem.Builder,DataSetExportItem> 
- 
Method SummaryModifier and TypeMethodDescriptiondatasetName(String datasetName) The data set.default DataSetExportItem.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- 
datasetNameThe data set. - Parameters:
- datasetName- The data set.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
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 DataSetExportItem.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:
 
 
-