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
Modifier and TypeMethodDescriptionThe presigned URI of the dataset item.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 Details
-
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
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.
-