static Import.Builder |
Import.builder() |
|
Import.Builder |
Import.Builder.creationTime(Long creationTime) |
The timestamp when the import task was created, expressed as the number of milliseconds after Jan 1, 1970
00:00:00 UTC.
|
Import.Builder |
Import.Builder.errorMessage(String errorMessage) |
Error message related to any failed imports
|
Import.Builder |
Import.Builder.importDestinationArn(String importDestinationArn) |
The ARN of the managed CloudWatch Logs log group where the events are being imported to.
|
default Import.Builder |
Import.Builder.importFilter(Consumer<ImportFilter.Builder> importFilter) |
The filter criteria used for this import task.
|
Import.Builder |
Import.Builder.importFilter(ImportFilter importFilter) |
The filter criteria used for this import task.
|
Import.Builder |
Import.Builder.importId(String importId) |
The unique identifier of the import task.
|
Import.Builder |
Import.Builder.importSourceArn(String importSourceArn) |
The ARN of the CloudTrail Lake Event Data Store being imported from.
|
default Import.Builder |
Import.Builder.importStatistics(Consumer<ImportStatistics.Builder> importStatistics) |
Statistics about the import progress
|
Import.Builder |
Import.Builder.importStatistics(ImportStatistics importStatistics) |
Statistics about the import progress
|
Import.Builder |
Import.Builder.importStatus(String importStatus) |
The current status of the import task.
|
Import.Builder |
Import.Builder.importStatus(ImportStatus importStatus) |
The current status of the import task.
|
Import.Builder |
Import.Builder.lastUpdatedTime(Long lastUpdatedTime) |
The timestamp when the import task was last updated, expressed as the number of milliseconds after Jan 1,
1970 00:00:00 UTC.
|
Import.Builder |
Import.toBuilder() |
|