public static interface ListAuditMitigationActionsTasksResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListAuditMitigationActionsTasksResponse.Builder,ListAuditMitigationActionsTasksResponse>
| Modifier and Type | Method and Description |
|---|---|
ListAuditMitigationActionsTasksResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListAuditMitigationActionsTasksResponse.Builder |
tasks(AuditMitigationActionsTaskMetadata... tasks)
The collection of audit mitigation tasks that matched the filter criteria.
|
ListAuditMitigationActionsTasksResponse.Builder |
tasks(Collection<AuditMitigationActionsTaskMetadata> tasks)
The collection of audit mitigation tasks that matched the filter criteria.
|
ListAuditMitigationActionsTasksResponse.Builder |
tasks(Consumer<AuditMitigationActionsTaskMetadata.Builder>... tasks)
The collection of audit mitigation tasks that matched the filter criteria.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAuditMitigationActionsTasksResponse.Builder tasks(Collection<AuditMitigationActionsTaskMetadata> tasks)
The collection of audit mitigation tasks that matched the filter criteria.
tasks - The collection of audit mitigation tasks that matched the filter criteria.ListAuditMitigationActionsTasksResponse.Builder tasks(AuditMitigationActionsTaskMetadata... tasks)
The collection of audit mitigation tasks that matched the filter criteria.
tasks - The collection of audit mitigation tasks that matched the filter criteria.ListAuditMitigationActionsTasksResponse.Builder tasks(Consumer<AuditMitigationActionsTaskMetadata.Builder>... tasks)
The collection of audit mitigation tasks that matched the filter criteria.
This is a convenience method that creates an instance of theAuditMitigationActionsTaskMetadata.Builder avoiding the
need to create one manually via
AuditMitigationActionsTaskMetadata.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #tasks(List.
tasks - a consumer that will call methods on
AuditMitigationActionsTaskMetadata.Builder#tasks(java.util.Collection) ListAuditMitigationActionsTasksResponse.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.Copyright © 2023. All rights reserved.