| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
static ImportsListItem.Builder |
ImportsListItem.builder() |
ImportsListItem.Builder |
ImportsListItem.Builder.createdTimestamp(Instant createdTimestamp)
The timestamp of the import's creation.
|
ImportsListItem.Builder |
ImportsListItem.Builder.destinations(Collection<String> destinations)
The ARN of the destination event data store.
|
ImportsListItem.Builder |
ImportsListItem.Builder.destinations(String... destinations)
The ARN of the destination event data store.
|
ImportsListItem.Builder |
ImportsListItem.Builder.importId(String importId)
The ID of the import.
|
ImportsListItem.Builder |
ImportsListItem.Builder.importStatus(ImportStatus importStatus)
The status of the import.
|
ImportsListItem.Builder |
ImportsListItem.Builder.importStatus(String importStatus)
The status of the import.
|
ImportsListItem.Builder |
ImportsListItem.toBuilder() |
ImportsListItem.Builder |
ImportsListItem.Builder.updatedTimestamp(Instant updatedTimestamp)
The timestamp of the import's last update.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ImportsListItem.Builder> |
ImportsListItem.serializableBuilderClass() |
Copyright © 2023. All rights reserved.