public static interface GetDatasetContentResponse.Builder extends IoTAnalyticsResponse.Builder, SdkPojo, CopyableBuilder<GetDatasetContentResponse.Builder,GetDatasetContentResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDatasetContentResponse.Builder |
entries(Collection<DatasetEntry> entries)
A list of "DatasetEntry" objects.
|
GetDatasetContentResponse.Builder |
entries(Consumer<DatasetEntry.Builder>... entries)
A list of "DatasetEntry" objects.
|
GetDatasetContentResponse.Builder |
entries(DatasetEntry... entries)
A list of "DatasetEntry" objects.
|
default GetDatasetContentResponse.Builder |
status(Consumer<DatasetContentStatus.Builder> status)
The status of the data set content.
|
GetDatasetContentResponse.Builder |
status(DatasetContentStatus status)
The status of the data set content.
|
GetDatasetContentResponse.Builder |
timestamp(Instant timestamp)
The time when the request was made.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildGetDatasetContentResponse.Builder entries(Collection<DatasetEntry> entries)
A list of "DatasetEntry" objects.
entries - A list of "DatasetEntry" objects.GetDatasetContentResponse.Builder entries(DatasetEntry... entries)
A list of "DatasetEntry" objects.
entries - A list of "DatasetEntry" objects.GetDatasetContentResponse.Builder entries(Consumer<DatasetEntry.Builder>... entries)
A list of "DatasetEntry" objects.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #entries(List) .entries - a consumer that will call methods on List.Builder #entries(List) GetDatasetContentResponse.Builder timestamp(Instant timestamp)
The time when the request was made.
timestamp - The time when the request was made.GetDatasetContentResponse.Builder status(DatasetContentStatus status)
The status of the data set content.
status - The status of the data set content.default GetDatasetContentResponse.Builder status(Consumer<DatasetContentStatus.Builder> status)
The status of the data set content.
This is a convenience that creates an instance of theDatasetContentStatus.Builder avoiding the need
to create one manually via DatasetContentStatus.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to status(DatasetContentStatus).status - a consumer that will call methods on DatasetContentStatus.Builderstatus(DatasetContentStatus)Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.