Interface ListMitigationActionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListMitigationActionsResponse.Builder,,ListMitigationActionsResponse> IotResponse.Builder,SdkBuilder<ListMitigationActionsResponse.Builder,,ListMitigationActionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListMitigationActionsResponse
public static interface ListMitigationActionsResponse.Builder
extends IotResponse.Builder, SdkPojo, CopyableBuilder<ListMitigationActionsResponse.Builder,ListMitigationActionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionactionIdentifiers(Collection<MitigationActionIdentifier> actionIdentifiers) A set of actions that matched the specified filter criteria.actionIdentifiers(Consumer<MitigationActionIdentifier.Builder>... actionIdentifiers) A set of actions that matched the specified filter criteria.actionIdentifiers(MitigationActionIdentifier... actionIdentifiers) A set of actions that matched the specified filter criteria.The token for the next set of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
actionIdentifiers
ListMitigationActionsResponse.Builder actionIdentifiers(Collection<MitigationActionIdentifier> actionIdentifiers) A set of actions that matched the specified filter criteria.
- Parameters:
actionIdentifiers- A set of actions that matched the specified filter criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionIdentifiers
ListMitigationActionsResponse.Builder actionIdentifiers(MitigationActionIdentifier... actionIdentifiers) A set of actions that matched the specified filter criteria.
- Parameters:
actionIdentifiers- A set of actions that matched the specified filter criteria.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionIdentifiers
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.Builderavoiding the need to create one manually viaMitigationActionIdentifier.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toactionIdentifiers(List<MitigationActionIdentifier>).- Parameters:
actionIdentifiers- a consumer that will call methods onMitigationActionIdentifier.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of results.
- Parameters:
nextToken- The token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-