public static interface StopImportResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<StopImportResponse.Builder,StopImportResponse>
| Modifier and Type | Method and Description |
|---|---|
StopImportResponse.Builder |
createdTimestamp(Instant createdTimestamp)
The timestamp of the import's creation.
|
StopImportResponse.Builder |
destinations(Collection<String> destinations)
The ARN of the destination event data store.
|
StopImportResponse.Builder |
destinations(String... destinations)
The ARN of the destination event data store.
|
StopImportResponse.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. |
StopImportResponse.Builder |
importId(String importId)
The ID for the import.
|
default StopImportResponse.Builder |
importSource(Consumer<ImportSource.Builder> importSource)
The source S3 bucket for the import.
|
StopImportResponse.Builder |
importSource(ImportSource importSource)
The source S3 bucket for the import.
|
default StopImportResponse.Builder |
importStatistics(Consumer<ImportStatistics.Builder> importStatistics)
Returns information on the stopped import.
|
StopImportResponse.Builder |
importStatistics(ImportStatistics importStatistics)
Returns information on the stopped import.
|
StopImportResponse.Builder |
importStatus(ImportStatus importStatus)
The status of the import.
|
StopImportResponse.Builder |
importStatus(String importStatus)
The status of the import.
|
StopImportResponse.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. |
StopImportResponse.Builder |
updatedTimestamp(Instant updatedTimestamp)
The timestamp of the import's last update.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildStopImportResponse.Builder importId(String importId)
The ID for the import.
importId - The ID for the import.StopImportResponse.Builder importSource(ImportSource importSource)
The source S3 bucket for the import.
importSource - The source S3 bucket for the import.default StopImportResponse.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)StopImportResponse.Builder destinations(Collection<String> destinations)
The ARN of the destination event data store.
destinations - The ARN of the destination event data store.StopImportResponse.Builder destinations(String... destinations)
The ARN of the destination event data store.
destinations - The ARN of the destination event data store.StopImportResponse.Builder importStatus(String importStatus)
The status of the import.
importStatus - The status of the import.ImportStatus,
ImportStatusStopImportResponse.Builder importStatus(ImportStatus importStatus)
The status of the import.
importStatus - The status of the import.ImportStatus,
ImportStatusStopImportResponse.Builder createdTimestamp(Instant createdTimestamp)
The timestamp of the import's creation.
createdTimestamp - The timestamp of the import's creation.StopImportResponse.Builder updatedTimestamp(Instant updatedTimestamp)
The timestamp of the import's last update.
updatedTimestamp - The timestamp of the import's last update.StopImportResponse.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.StopImportResponse.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.StopImportResponse.Builder importStatistics(ImportStatistics importStatistics)
Returns information on the stopped import.
importStatistics - Returns information on the stopped import.default StopImportResponse.Builder importStatistics(Consumer<ImportStatistics.Builder> importStatistics)
Returns information on the stopped import.
This is a convenience method that creates an instance of theImportStatistics.Builder avoiding the
need to create one manually via ImportStatistics.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to importStatistics(ImportStatistics).
importStatistics - a consumer that will call methods on ImportStatistics.BuilderimportStatistics(ImportStatistics)Copyright © 2023. All rights reserved.