public static interface DatasetContentSummary.Builder extends SdkPojo, CopyableBuilder<DatasetContentSummary.Builder,DatasetContentSummary>
| Modifier and Type | Method and Description |
|---|---|
DatasetContentSummary.Builder |
completionTime(Instant completionTime)
The time the dataset content status was updated to SUCCEEDED or FAILED.
|
DatasetContentSummary.Builder |
creationTime(Instant creationTime)
The actual time the creation of the dataset contents was started.
|
DatasetContentSummary.Builder |
scheduleTime(Instant scheduleTime)
The time the creation of the dataset contents was scheduled to start.
|
default DatasetContentSummary.Builder |
status(Consumer<DatasetContentStatus.Builder> status)
The status of the dataset contents.
|
DatasetContentSummary.Builder |
status(DatasetContentStatus status)
The status of the dataset contents.
|
DatasetContentSummary.Builder |
version(String version)
The version of the dataset contents.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetContentSummary.Builder version(String version)
The version of the dataset contents.
version - The version of the dataset contents.DatasetContentSummary.Builder status(DatasetContentStatus status)
The status of the dataset contents.
status - The status of the dataset contents.default DatasetContentSummary.Builder status(Consumer<DatasetContentStatus.Builder> status)
The status of the dataset contents.
This is a convenience method 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)DatasetContentSummary.Builder creationTime(Instant creationTime)
The actual time the creation of the dataset contents was started.
creationTime - The actual time the creation of the dataset contents was started.DatasetContentSummary.Builder scheduleTime(Instant scheduleTime)
The time the creation of the dataset contents was scheduled to start.
scheduleTime - The time the creation of the dataset contents was scheduled to start.DatasetContentSummary.Builder completionTime(Instant completionTime)
The time the dataset content status was updated to SUCCEEDED or FAILED.
completionTime - The time the dataset content status was updated to SUCCEEDED or FAILED.Copyright © 2023. All rights reserved.