public static interface DatasetEntry.Builder extends SdkPojo, CopyableBuilder<DatasetEntry.Builder,DatasetEntry>
Modifier and Type | Method and Description |
---|---|
DatasetEntry.Builder |
dataURI(String dataURI)
The pre-signed URI of the data set item.
|
DatasetEntry.Builder |
entryName(String entryName)
The name of the data set item.
|
copy
applyMutation, build
DatasetEntry.Builder entryName(String entryName)
The name of the data set item.
entryName
- The name of the data set item.DatasetEntry.Builder dataURI(String dataURI)
The pre-signed URI of the data set item.
dataURI
- The pre-signed URI of the data set item.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.