public static interface ImportsListItem.Builder extends SdkPojo, CopyableBuilder<ImportsListItem.Builder,ImportsListItem>
| Modifier and Type | Method and Description |
|---|---|
ImportsListItem.Builder |
createdTimestamp(Instant createdTimestamp)
The timestamp of the import's creation.
|
ImportsListItem.Builder |
destinations(Collection<String> destinations)
The ARN of the destination event data store.
|
ImportsListItem.Builder |
destinations(String... destinations)
The ARN of the destination event data store.
|
ImportsListItem.Builder |
importId(String importId)
The ID of the import.
|
ImportsListItem.Builder |
importStatus(ImportStatus importStatus)
The status of the import.
|
ImportsListItem.Builder |
importStatus(String importStatus)
The status of the import.
|
ImportsListItem.Builder |
updatedTimestamp(Instant updatedTimestamp)
The timestamp of the import's last update.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildImportsListItem.Builder importId(String importId)
The ID of the import.
importId - The ID of the import.ImportsListItem.Builder importStatus(String importStatus)
The status of the import.
importStatus - The status of the import.ImportStatus,
ImportStatusImportsListItem.Builder importStatus(ImportStatus importStatus)
The status of the import.
importStatus - The status of the import.ImportStatus,
ImportStatusImportsListItem.Builder destinations(Collection<String> destinations)
The ARN of the destination event data store.
destinations - The ARN of the destination event data store.ImportsListItem.Builder destinations(String... destinations)
The ARN of the destination event data store.
destinations - The ARN of the destination event data store.ImportsListItem.Builder createdTimestamp(Instant createdTimestamp)
The timestamp of the import's creation.
createdTimestamp - The timestamp of the import's creation.ImportsListItem.Builder updatedTimestamp(Instant updatedTimestamp)
The timestamp of the import's last update.
updatedTimestamp - The timestamp of the import's last update.Copyright © 2023. All rights reserved.