public static interface ListAuditFindingsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListAuditFindingsResponse.Builder,ListAuditFindingsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAuditFindingsResponse.Builder |
findings(AuditFinding... findings)
The findings (results) of the audit.
|
ListAuditFindingsResponse.Builder |
findings(Collection<AuditFinding> findings)
The findings (results) of the audit.
|
ListAuditFindingsResponse.Builder |
findings(Consumer<AuditFinding.Builder>... findings)
The findings (results) of the audit.
|
ListAuditFindingsResponse.Builder |
nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or
null if there are no additional
results. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAuditFindingsResponse.Builder findings(Collection<AuditFinding> findings)
The findings (results) of the audit.
findings - The findings (results) of the audit.ListAuditFindingsResponse.Builder findings(AuditFinding... findings)
The findings (results) of the audit.
findings - The findings (results) of the audit.ListAuditFindingsResponse.Builder findings(Consumer<AuditFinding.Builder>... findings)
The findings (results) of the audit.
This is a convenience method that creates an instance of theAuditFinding.Builder avoiding the need to create one
manually via AuditFinding.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #findings(List.
findings - a consumer that will call methods on
AuditFinding.Builder#findings(java.util.Collection) ListAuditFindingsResponse.Builder nextToken(String nextToken)
A token that can be used to retrieve the next set of results, or null if there are no additional
results.
nextToken - A token that can be used to retrieve the next set of results, or null if there are no
additional results.Copyright © 2023. All rights reserved.