Interface StopImportResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CloudTrailResponse.Builder
,CopyableBuilder<StopImportResponse.Builder,
,StopImportResponse> SdkBuilder<StopImportResponse.Builder,
,StopImportResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
StopImportResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp
(Instant createdTimestamp) The timestamp of 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 for the import.default StopImportResponse.Builder
importSource
(Consumer<ImportSource.Builder> importSource) The source S3 bucket for the import.importSource
(ImportSource importSource) The source S3 bucket for the import.default StopImportResponse.Builder
importStatistics
(Consumer<ImportStatistics.Builder> importStatistics) Returns information on the stopped import.importStatistics
(ImportStatistics importStatistics) Returns information on the stopped import.importStatus
(String importStatus) The status of the import.importStatus
(ImportStatus importStatus) The status of the import.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.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 for the import.
- Parameters:
importId
- The ID 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.
- 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:
-
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.
-
importStatus
The status of the import.
- Parameters:
importStatus
- The status of the import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
importStatus
The status of the import.
- Parameters:
importStatus
- The status of the import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdTimestamp
The timestamp of the import's creation.
- Parameters:
createdTimestamp
- The timestamp of 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.
- Parameters:
updatedTimestamp
- The timestamp of the import's last update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-
importStatistics
Returns information on the stopped import.
- Parameters:
importStatistics
- Returns information on the stopped import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importStatistics
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 viaImportStatistics.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toimportStatistics(ImportStatistics)
.- Parameters:
importStatistics
- a consumer that will call methods onImportStatistics.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-