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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMitigationActionsResponse.BuilderactionIdentifiers(Collection<MitigationActionIdentifier> actionIdentifiers)A set of actions that matched the specified filter criteria.ListMitigationActionsResponse.BuilderactionIdentifiers(Consumer<MitigationActionIdentifier.Builder>... actionIdentifiers)A set of actions that matched the specified filter criteria.ListMitigationActionsResponse.BuilderactionIdentifiers(MitigationActionIdentifier... actionIdentifiers)A set of actions that matched the specified filter criteria.ListMitigationActionsResponse.BuildernextToken(String nextToken)The token for the next set of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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 to#actionIdentifiers(List.) - 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:
#actionIdentifiers(java.util.Collection)
-
nextToken
ListMitigationActionsResponse.Builder nextToken(String 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.
-
-