public static interface StartImportResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<StartImportResponse.Builder,StartImportResponse>
| Modifier and Type | Method and Description |
|---|---|
StartImportResponse.Builder |
createdTimestamp(Instant createdTimestamp)
The timestamp for the import's creation.
|
StartImportResponse.Builder |
destinations(Collection<String> destinations)
The ARN of the destination event data store.
|
StartImportResponse.Builder |
destinations(String... destinations)
The ARN of the destination event data store.
|
StartImportResponse.Builder |
endEventTime(Instant endEventTime)
Used with
StartEventTime to bound a StartImport request, and limit imported trail
events to only those events logged within a specified time period. |
StartImportResponse.Builder |
importId(String importId)
The ID of the import.
|
default StartImportResponse.Builder |
importSource(Consumer<ImportSource.Builder> importSource)
The source S3 bucket for the import.
|
StartImportResponse.Builder |
importSource(ImportSource importSource)
The source S3 bucket for the import.
|
StartImportResponse.Builder |
importStatus(ImportStatus importStatus)
Shows the status of the import after a
StartImport request. |
StartImportResponse.Builder |
importStatus(String importStatus)
Shows the status of the import after a
StartImport request. |
StartImportResponse.Builder |
startEventTime(Instant startEventTime)
Used with
EndEventTime to bound a StartImport request, and limit imported trail
events to only those events logged within a specified time period. |
StartImportResponse.Builder |
updatedTimestamp(Instant updatedTimestamp)
The timestamp of the import's last update, if applicable.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStartImportResponse.Builder importId(String importId)
The ID of the import.
importId - The ID of the import.StartImportResponse.Builder destinations(Collection<String> destinations)
The ARN of the destination event data store.
destinations - The ARN of the destination event data store.StartImportResponse.Builder destinations(String... destinations)
The ARN of the destination event data store.
destinations - The ARN of the destination event data store.StartImportResponse.Builder importSource(ImportSource importSource)
The source S3 bucket for the import.
importSource - The source S3 bucket for the import.default StartImportResponse.Builder importSource(Consumer<ImportSource.Builder> importSource)
The source S3 bucket for the import.
This is a convenience method that creates an instance of theImportSource.Builder avoiding the need
to create one manually via ImportSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to importSource(ImportSource).
importSource - a consumer that will call methods on ImportSource.BuilderimportSource(ImportSource)StartImportResponse.Builder startEventTime(Instant startEventTime)
Used with EndEventTime to bound a StartImport request, and limit imported trail
events to only those events logged within a specified time period.
startEventTime - Used with EndEventTime to bound a StartImport request, and limit imported
trail events to only those events logged within a specified time period.StartImportResponse.Builder endEventTime(Instant endEventTime)
Used with StartEventTime to bound a StartImport request, and limit imported trail
events to only those events logged within a specified time period.
endEventTime - Used with StartEventTime to bound a StartImport request, and limit imported
trail events to only those events logged within a specified time period.StartImportResponse.Builder importStatus(String importStatus)
Shows the status of the import after a StartImport request. An import finishes with a status of
COMPLETED if there were no failures, or FAILED if there were failures.
importStatus - Shows the status of the import after a StartImport request. An import finishes with a
status of COMPLETED if there were no failures, or FAILED if there were
failures.ImportStatus,
ImportStatusStartImportResponse.Builder importStatus(ImportStatus importStatus)
Shows the status of the import after a StartImport request. An import finishes with a status of
COMPLETED if there were no failures, or FAILED if there were failures.
importStatus - Shows the status of the import after a StartImport request. An import finishes with a
status of COMPLETED if there were no failures, or FAILED if there were
failures.ImportStatus,
ImportStatusStartImportResponse.Builder createdTimestamp(Instant createdTimestamp)
The timestamp for the import's creation.
createdTimestamp - The timestamp for the import's creation.StartImportResponse.Builder updatedTimestamp(Instant updatedTimestamp)
The timestamp of the import's last update, if applicable.
updatedTimestamp - The timestamp of the import's last update, if applicable.Copyright © 2023. All rights reserved.