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 |
datasetArn(String datasetArn)
The Amazon Resource Name (ARN) for the dataset.
|
DatasetMetadata.Builder |
datasetType(DatasetType datasetType)
The type of the dataset.
|
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.
|
DatasetMetadata.Builder |
statusMessageCode(DatasetStatusMessageCode statusMessageCode)
The status message code for the dataset operation.
|
DatasetMetadata.Builder |
statusMessageCode(String statusMessageCode)
The status message code for the dataset operation.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetMetadata.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 datasetType(String datasetType)
The type of the dataset.
datasetType - The type of the dataset.DatasetType,
DatasetTypeDatasetMetadata.Builder datasetType(DatasetType datasetType)
The type of the dataset.
datasetType - The type of the dataset.DatasetType,
DatasetTypeDatasetMetadata.Builder datasetArn(String datasetArn)
The Amazon Resource Name (ARN) for the dataset.
datasetArn - The Amazon Resource Name (ARN) for the dataset.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.DatasetMetadata.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,
DatasetStatusMessageCodeDatasetMetadata.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,
DatasetStatusMessageCodeCopyright © 2023. All rights reserved.