public static interface GetFindingHistoryResponse.Builder extends SecurityHubResponse.Builder, SdkPojo, CopyableBuilder<GetFindingHistoryResponse.Builder,GetFindingHistoryResponse>
| Modifier and Type | Method and Description |
|---|---|
GetFindingHistoryResponse.Builder |
nextToken(String nextToken)
A token for pagination purposes.
|
GetFindingHistoryResponse.Builder |
records(Collection<FindingHistoryRecord> records)
A list of events that altered the specified finding during the specified time period.
|
GetFindingHistoryResponse.Builder |
records(Consumer<FindingHistoryRecord.Builder>... records)
A list of events that altered the specified finding during the specified time period.
|
GetFindingHistoryResponse.Builder |
records(FindingHistoryRecord... records)
A list of events that altered the specified finding during the specified time period.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFindingHistoryResponse.Builder records(Collection<FindingHistoryRecord> records)
A list of events that altered the specified finding during the specified time period.
records - A list of events that altered the specified finding during the specified time period.GetFindingHistoryResponse.Builder records(FindingHistoryRecord... records)
A list of events that altered the specified finding during the specified time period.
records - A list of events that altered the specified finding during the specified time period.GetFindingHistoryResponse.Builder records(Consumer<FindingHistoryRecord.Builder>... records)
A list of events that altered the specified finding during the specified time period.
This is a convenience method that creates an instance of theFindingHistoryRecord.Builder avoiding the need to
create one manually via
FindingHistoryRecord.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #records(List.
records - a consumer that will call methods on
FindingHistoryRecord.Builder#records(java.util.Collection) GetFindingHistoryResponse.Builder nextToken(String nextToken)
A token for pagination purposes. Provide this token in the subsequent request to
GetFindingsHistory to get up to an additional 100 results of history for the same finding that
you specified in your initial request.
nextToken - A token for pagination purposes. Provide this token in the subsequent request to
GetFindingsHistory to get up to an additional 100 results of history for the same finding
that you specified in your initial request.Copyright © 2023. All rights reserved.