static GetFindingHistoryResponse.Builder |
GetFindingHistoryResponse.builder() |
|
GetFindingHistoryResponse.Builder |
GetFindingHistoryResponse.Builder.nextToken(String nextToken) |
A token for pagination purposes.
|
GetFindingHistoryResponse.Builder |
GetFindingHistoryResponse.Builder.records(Collection<FindingHistoryRecord> records) |
A list of events that altered the specified finding during the specified time period.
|
GetFindingHistoryResponse.Builder |
GetFindingHistoryResponse.Builder.records(Consumer<FindingHistoryRecord.Builder>... records) |
A list of events that altered the specified finding during the specified time period.
|
GetFindingHistoryResponse.Builder |
GetFindingHistoryResponse.Builder.records(FindingHistoryRecord... records) |
A list of events that altered the specified finding during the specified time period.
|
GetFindingHistoryResponse.Builder |
GetFindingHistoryResponse.toBuilder() |
|