public static interface ListMitigationActionsResponse.Builder extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListMitigationActionsResponse.Builder,ListMitigationActionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListMitigationActionsResponse.Builder |
actionIdentifiers(Collection<MitigationActionIdentifier> actionIdentifiers)
A set of actions that matched the specified filter criteria.
|
ListMitigationActionsResponse.Builder |
actionIdentifiers(Consumer<MitigationActionIdentifier.Builder>... actionIdentifiers)
A set of actions that matched the specified filter criteria.
|
ListMitigationActionsResponse.Builder |
actionIdentifiers(MitigationActionIdentifier... actionIdentifiers)
A set of actions that matched the specified filter criteria.
|
ListMitigationActionsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMitigationActionsResponse.Builder actionIdentifiers(Collection<MitigationActionIdentifier> actionIdentifiers)
A set of actions that matched the specified filter criteria.
actionIdentifiers - A set of actions that matched the specified filter criteria.ListMitigationActionsResponse.Builder actionIdentifiers(MitigationActionIdentifier... actionIdentifiers)
A set of actions that matched the specified filter criteria.
actionIdentifiers - A set of actions that matched the specified filter criteria.ListMitigationActionsResponse.Builder actionIdentifiers(Consumer<MitigationActionIdentifier.Builder>... actionIdentifiers)
A set of actions that matched the specified filter criteria.
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 #actionIdentifiers(List) .actionIdentifiers - a consumer that will call methods on List.Builder #actionIdentifiers(List) ListMitigationActionsResponse.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.Copyright © 2022. All rights reserved.