public static interface DatasetMetadata.Builder extends SdkPojo, CopyableBuilder<DatasetMetadata.Builder,DatasetMetadata>
| Modifier and Type | Method and Description |
|---|---|
DatasetMetadata.Builder |
creationTimestamp(Instant creationTimestamp)
The Unix timestamp for the date and time that the dataset was created.
|
DatasetMetadata.Builder |
datasetType(String datasetType)
The type of the dataset.
|
DatasetMetadata.Builder |
status(DatasetStatus status)
The status for the dataset.
|
DatasetMetadata.Builder |
status(String status)
The status for the dataset.
|
DatasetMetadata.Builder |
statusMessage(String statusMessage)
The status message for the dataset.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetMetadata.Builder datasetType(String datasetType)
The type of the dataset.
datasetType - The type of the dataset.DatasetMetadata.Builder creationTimestamp(Instant creationTimestamp)
The Unix timestamp for the date and time that the dataset was created.
creationTimestamp - The Unix timestamp for the date and time that the dataset was created.DatasetMetadata.Builder status(String status)
The status for the dataset.
status - The status for the dataset.DatasetStatus,
DatasetStatusDatasetMetadata.Builder status(DatasetStatus status)
The status for the dataset.
status - The status for the dataset.DatasetStatus,
DatasetStatusDatasetMetadata.Builder statusMessage(String statusMessage)
The status message for the dataset.
statusMessage - The status message for the dataset.Copyright © 2022. All rights reserved.