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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListAuditFindingsResponse.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 that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #findings(List)
.findings
- a consumer that will call methods on List.Builder
#findings(List)
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.