public static interface DatasetContentSummary.Builder extends SdkPojo, CopyableBuilder<DatasetContentSummary.Builder,DatasetContentSummary>
Modifier and Type | Method and Description |
---|---|
DatasetContentSummary.Builder |
creationTime(Instant creationTime)
The actual time the creation of the data set contents was started.
|
DatasetContentSummary.Builder |
scheduleTime(Instant scheduleTime)
The time the creation of the data set contents was scheduled to start.
|
default DatasetContentSummary.Builder |
status(Consumer<DatasetContentStatus.Builder> status)
The status of the data set contents.
|
DatasetContentSummary.Builder |
status(DatasetContentStatus status)
The status of the data set contents.
|
DatasetContentSummary.Builder |
version(String version)
The version of the data set contents.
|
copy
applyMutation, build
DatasetContentSummary.Builder version(String version)
The version of the data set contents.
version
- The version of the data set contents.DatasetContentSummary.Builder status(DatasetContentStatus status)
The status of the data set contents.
status
- The status of the data set contents.default DatasetContentSummary.Builder status(Consumer<DatasetContentStatus.Builder> status)
The status of the data set contents.
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.Builder
status(DatasetContentStatus)
DatasetContentSummary.Builder creationTime(Instant creationTime)
The actual time the creation of the data set contents was started.
creationTime
- The actual time the creation of the data set contents was started.DatasetContentSummary.Builder scheduleTime(Instant scheduleTime)
The time the creation of the data set contents was scheduled to start.
scheduleTime
- The time the creation of the data set contents was scheduled to start.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.