public static interface ListAuditFindingsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListAuditFindingsRequest.Builder,ListAuditFindingsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAuditFindingsRequest.Builder |
checkName(String checkName)
A filter to limit results to the findings for the specified audit check.
|
ListAuditFindingsRequest.Builder |
endTime(Instant endTime)
A filter to limit results to those found before the specified time.
|
ListAuditFindingsRequest.Builder |
listSuppressedFindings(Boolean listSuppressedFindings)
Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be listed.
|
ListAuditFindingsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListAuditFindingsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListAuditFindingsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAuditFindingsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
default ListAuditFindingsRequest.Builder |
resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)
Information identifying the noncompliant resource.
|
ListAuditFindingsRequest.Builder |
resourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the noncompliant resource.
|
ListAuditFindingsRequest.Builder |
startTime(Instant startTime)
A filter to limit results to those found after the specified time.
|
ListAuditFindingsRequest.Builder |
taskId(String taskId)
A filter to limit results to the audit with the specified ID.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAuditFindingsRequest.Builder taskId(String taskId)
A filter to limit results to the audit with the specified ID. You must specify either the taskId or the startTime and endTime, but not both.
taskId - A filter to limit results to the audit with the specified ID. You must specify either the taskId or
the startTime and endTime, but not both.ListAuditFindingsRequest.Builder checkName(String checkName)
A filter to limit results to the findings for the specified audit check.
checkName - A filter to limit results to the findings for the specified audit check.ListAuditFindingsRequest.Builder resourceIdentifier(ResourceIdentifier resourceIdentifier)
Information identifying the noncompliant resource.
resourceIdentifier - Information identifying the noncompliant resource.default ListAuditFindingsRequest.Builder resourceIdentifier(Consumer<ResourceIdentifier.Builder> resourceIdentifier)
Information identifying the noncompliant resource.
This is a convenience method that creates an instance of theResourceIdentifier.Builder avoiding the
need to create one manually via ResourceIdentifier.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to resourceIdentifier(ResourceIdentifier).
resourceIdentifier - a consumer that will call methods on ResourceIdentifier.BuilderresourceIdentifier(ResourceIdentifier)ListAuditFindingsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
maxResults - The maximum number of results to return at one time. The default is 25.ListAuditFindingsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.ListAuditFindingsRequest.Builder startTime(Instant startTime)
A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.
startTime - A filter to limit results to those found after the specified time. You must specify either the
startTime and endTime or the taskId, but not both.ListAuditFindingsRequest.Builder endTime(Instant endTime)
A filter to limit results to those found before the specified time. You must specify either the startTime and endTime or the taskId, but not both.
endTime - A filter to limit results to those found before the specified time. You must specify either the
startTime and endTime or the taskId, but not both.ListAuditFindingsRequest.Builder listSuppressedFindings(Boolean listSuppressedFindings)
Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be listed. If this parameter isn't provided, the response will list both suppressed and unsuppressed findings.
listSuppressedFindings - Boolean flag indicating whether only the suppressed findings or the unsuppressed findings should be
listed. If this parameter isn't provided, the response will list both suppressed and unsuppressed
findings.ListAuditFindingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAuditFindingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.