Interface StartImportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudTrailResponse.Builder
,CopyableBuilder<StartImportResponse.Builder,
,StartImportResponse> SdkBuilder<StartImportResponse.Builder,
,StartImportResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StartImportResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp
(Instant createdTimestamp) The timestamp for the import's creation.destinations
(String... destinations) The ARN of the destination event data store.destinations
(Collection<String> destinations) The ARN of the destination event data store.endEventTime
(Instant endEventTime) Used withStartEventTime
to bound aStartImport
request, and limit imported trail events to only those events logged within a specified time period.The ID of the import.default StartImportResponse.Builder
importSource
(Consumer<ImportSource.Builder> importSource) The source S3 bucket for the import.importSource
(ImportSource importSource) The source S3 bucket for the import.importStatus
(String importStatus) Shows the status of the import after aStartImport
request.importStatus
(ImportStatus importStatus) Shows the status of the import after aStartImport
request.startEventTime
(Instant startEventTime) Used withEndEventTime
to bound aStartImport
request, and limit imported trail events to only those events logged within a specified time period.updatedTimestamp
(Instant updatedTimestamp) The timestamp of the import's last update, if applicable.Methods inherited from interface software.amazon.awssdk.services.cloudtrail.model.CloudTrailResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
importId
The ID of the import.
- Parameters:
importId
- The ID of the import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinations
The ARN of the destination event data store.
- Parameters:
destinations
- The ARN of the destination event data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
destinations
The ARN of the destination event data store.
- Parameters:
destinations
- The ARN of the destination event data store.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importSource
The source S3 bucket for the import.
- Parameters:
importSource
- The source S3 bucket for the import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 viaImportSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimportSource(ImportSource)
.- Parameters:
importSource
- a consumer that will call methods onImportSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
startEventTime
Used with
EndEventTime
to bound aStartImport
request, and limit imported trail events to only those events logged within a specified time period.- Parameters:
startEventTime
- Used withEndEventTime
to bound aStartImport
request, and limit imported trail events to only those events logged within a specified time period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endEventTime
Used with
StartEventTime
to bound aStartImport
request, and limit imported trail events to only those events logged within a specified time period.- Parameters:
endEventTime
- Used withStartEventTime
to bound aStartImport
request, and limit imported trail events to only those events logged within a specified time period.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importStatus
Shows the status of the import after a
StartImport
request. An import finishes with a status ofCOMPLETED
if there were no failures, orFAILED
if there were failures.- Parameters:
importStatus
- Shows the status of the import after aStartImport
request. An import finishes with a status ofCOMPLETED
if there were no failures, orFAILED
if there were failures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
importStatus
Shows the status of the import after a
StartImport
request. An import finishes with a status ofCOMPLETED
if there were no failures, orFAILED
if there were failures.- Parameters:
importStatus
- Shows the status of the import after aStartImport
request. An import finishes with a status ofCOMPLETED
if there were no failures, orFAILED
if there were failures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdTimestamp
The timestamp for the import's creation.
- Parameters:
createdTimestamp
- The timestamp for the import's creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedTimestamp
The timestamp of the import's last update, if applicable.
- Parameters:
updatedTimestamp
- The timestamp of the import's last update, if applicable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-