Interface ListMitigationActionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMitigationActionsRequest.Builder,ListMitigationActionsRequest>,IotRequest.Builder,SdkBuilder<ListMitigationActionsRequest.Builder,ListMitigationActionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMitigationActionsRequest
public static interface ListMitigationActionsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListMitigationActionsRequest.Builder,ListMitigationActionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMitigationActionsRequest.BuilderactionType(String actionType)Specify a value to limit the result to mitigation actions with a specific action type.ListMitigationActionsRequest.BuilderactionType(MitigationActionType actionType)Specify a value to limit the result to mitigation actions with a specific action type.ListMitigationActionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return at one time.ListMitigationActionsRequest.BuildernextToken(String nextToken)The token for the next set of results.ListMitigationActionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMitigationActionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iot.model.IotRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
actionType
ListMitigationActionsRequest.Builder actionType(String actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
- Parameters:
actionType- Specify a value to limit the result to mitigation actions with a specific action type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MitigationActionType,MitigationActionType
-
actionType
ListMitigationActionsRequest.Builder actionType(MitigationActionType actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
- Parameters:
actionType- Specify a value to limit the result to mitigation actions with a specific action type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MitigationActionType,MitigationActionType
-
maxResults
ListMitigationActionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
- Parameters:
maxResults- The maximum number of results to return at one time. The default is 25.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListMitigationActionsRequest.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.
-
overrideConfiguration
ListMitigationActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMitigationActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-