public static interface DatasetDescription.Builder extends SdkPojo, CopyableBuilder<DatasetDescription.Builder,DatasetDescription>
| Modifier and Type | Method and Description |
|---|---|
DatasetDescription.Builder |
creationTimestamp(Instant creationTimestamp)
The Unix timestamp for the time and date that the dataset was created.
|
default DatasetDescription.Builder |
datasetStats(Consumer<DatasetStats.Builder> datasetStats)
The status message code for the dataset.
|
DatasetDescription.Builder |
datasetStats(DatasetStats datasetStats)
The status message code for the dataset.
|
DatasetDescription.Builder |
lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The Unix timestamp for the date and time that the dataset was last updated.
|
DatasetDescription.Builder |
status(DatasetStatus status)
The status of the dataset.
|
DatasetDescription.Builder |
status(String status)
The status of the dataset.
|
DatasetDescription.Builder |
statusMessage(String statusMessage)
The status message for the dataset.
|
DatasetDescription.Builder |
statusMessageCode(DatasetStatusMessageCode statusMessageCode)
The status message code for the dataset operation.
|
DatasetDescription.Builder |
statusMessageCode(String statusMessageCode)
The status message code for the dataset operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetDescription.Builder creationTimestamp(Instant creationTimestamp)
The Unix timestamp for the time and date that the dataset was created.
creationTimestamp - The Unix timestamp for the time and date that the dataset was created.DatasetDescription.Builder lastUpdatedTimestamp(Instant lastUpdatedTimestamp)
The Unix timestamp for the date and time that the dataset was last updated.
lastUpdatedTimestamp - The Unix timestamp for the date and time that the dataset was last updated.DatasetDescription.Builder status(String status)
The status of the dataset.
status - The status of the dataset.DatasetStatus,
DatasetStatusDatasetDescription.Builder status(DatasetStatus status)
The status of the dataset.
status - The status of the dataset.DatasetStatus,
DatasetStatusDatasetDescription.Builder statusMessage(String statusMessage)
The status message for the dataset.
statusMessage - The status message for the dataset.DatasetDescription.Builder statusMessageCode(String statusMessageCode)
The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.
statusMessageCode - The status message code for the dataset operation. If a service error occurs, try the API call again
later. If a client error occurs, check the input parameters to the dataset API call that failed.DatasetStatusMessageCode,
DatasetStatusMessageCodeDatasetDescription.Builder statusMessageCode(DatasetStatusMessageCode statusMessageCode)
The status message code for the dataset operation. If a service error occurs, try the API call again later. If a client error occurs, check the input parameters to the dataset API call that failed.
statusMessageCode - The status message code for the dataset operation. If a service error occurs, try the API call again
later. If a client error occurs, check the input parameters to the dataset API call that failed.DatasetStatusMessageCode,
DatasetStatusMessageCodeDatasetDescription.Builder datasetStats(DatasetStats datasetStats)
The status message code for the dataset.
datasetStats - The status message code for the dataset.default DatasetDescription.Builder datasetStats(Consumer<DatasetStats.Builder> datasetStats)
The status message code for the dataset.
This is a convenience method that creates an instance of theDatasetStats.Builder avoiding the need
to create one manually via DatasetStats.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to datasetStats(DatasetStats).
datasetStats - a consumer that will call methods on DatasetStats.BuilderdatasetStats(DatasetStats)Copyright © 2023. All rights reserved.