static ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.builder() |
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.checkName(String checkName) |
A filter to limit results to the findings for the specified audit check.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.endTime(Instant endTime) |
A filter to limit results to those found before the specified time.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.listSuppressedFindings(Boolean listSuppressedFindings) |
Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be listed.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.maxResults(Integer maxResults) |
The maximum number of results to return at one time.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.nextToken(String nextToken) |
The token for the next set of results.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
default ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier) |
Information identifying the noncompliant resource.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.resourceIdentifier(ResourceIdentifier resourceIdentifier) |
Information identifying the noncompliant resource.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.startTime(Instant startTime) |
A filter to limit results to those found after the specified time.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.Builder.taskId(String taskId) |
A filter to limit results to the audit with the specified ID.
|
ListAuditFindingsRequest.Builder |
ListAuditFindingsRequest.toBuilder() |
|