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 method that creates an instance of theMitigationActionIdentifier.Builder avoiding the need to
create one manually via
MitigationActionIdentifier.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #actionIdentifiers(List.
actionIdentifiers - a consumer that will call methods on
MitigationActionIdentifier.Builder#actionIdentifiers(java.util.Collection) 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.