public static interface DatasetUpdateSummary.Builder extends SdkPojo, CopyableBuilder<DatasetUpdateSummary.Builder,DatasetUpdateSummary>
| Modifier and Type | Method and Description |
|---|---|
DatasetUpdateSummary.Builder |
creationDateTime(Instant creationDateTime)
The creation date and time (in Unix time) of the dataset update.
|
DatasetUpdateSummary.Builder |
failureReason(String failureReason)
If updating a dataset fails, provides the reason why.
|
DatasetUpdateSummary.Builder |
lastUpdatedDateTime(Instant lastUpdatedDateTime)
The last update date and time (in Unix time) of the dataset.
|
DatasetUpdateSummary.Builder |
schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema that replaced the previous schema of the dataset.
|
DatasetUpdateSummary.Builder |
status(String status)
The status of the dataset update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildDatasetUpdateSummary.Builder schemaArn(String schemaArn)
The Amazon Resource Name (ARN) of the schema that replaced the previous schema of the dataset.
schemaArn - The Amazon Resource Name (ARN) of the schema that replaced the previous schema of the dataset.DatasetUpdateSummary.Builder status(String status)
The status of the dataset update.
status - The status of the dataset update.DatasetUpdateSummary.Builder failureReason(String failureReason)
If updating a dataset fails, provides the reason why.
failureReason - If updating a dataset fails, provides the reason why.DatasetUpdateSummary.Builder creationDateTime(Instant creationDateTime)
The creation date and time (in Unix time) of the dataset update.
creationDateTime - The creation date and time (in Unix time) of the dataset update.DatasetUpdateSummary.Builder lastUpdatedDateTime(Instant lastUpdatedDateTime)
The last update date and time (in Unix time) of the dataset.
lastUpdatedDateTime - The last update date and time (in Unix time) of the dataset.Copyright © 2023. All rights reserved.