Interface DatasetEntry.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DatasetEntry.Builder,DatasetEntry>,SdkBuilder<DatasetEntry.Builder,DatasetEntry>,SdkPojo
- Enclosing class:
- DatasetEntry
public static interface DatasetEntry.Builder extends SdkPojo, CopyableBuilder<DatasetEntry.Builder,DatasetEntry>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DatasetEntry.BuilderdataURI(String dataURI)The presigned URI of the dataset item.DatasetEntry.BuilderentryName(String entryName)The name of the dataset item.-
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, sdkFields
-
-
-
-
Method Detail
-
entryName
DatasetEntry.Builder entryName(String entryName)
The name of the dataset item.
- Parameters:
entryName- The name of the dataset item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataURI
DatasetEntry.Builder dataURI(String dataURI)
The presigned URI of the dataset item.
- Parameters:
dataURI- The presigned URI of the dataset item.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-