public static interface ListMitigationActionsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListMitigationActionsRequest.Builder,ListMitigationActionsRequest>
Modifier and Type | Method and Description |
---|---|
ListMitigationActionsRequest.Builder |
actionType(MitigationActionType actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
|
ListMitigationActionsRequest.Builder |
actionType(String actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
|
ListMitigationActionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListMitigationActionsRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListMitigationActionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMitigationActionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
build
overrideConfiguration
equalsBySdkFields, sdkFields
copy
applyMutation, build
ListMitigationActionsRequest.Builder actionType(String actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
actionType
- Specify a value to limit the result to mitigation actions with a specific action type.MitigationActionType
,
MitigationActionType
ListMitigationActionsRequest.Builder actionType(MitigationActionType actionType)
Specify a value to limit the result to mitigation actions with a specific action type.
actionType
- Specify a value to limit the result to mitigation actions with a specific action type.MitigationActionType
,
MitigationActionType
ListMitigationActionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return at one time. The default is 25.
maxResults
- The maximum number of results to return at one time. The default is 25.ListMitigationActionsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken
- The token for the next set of results.ListMitigationActionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration
in interface AwsRequest.Builder
ListMitigationActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration
in interface AwsRequest.Builder
Copyright © 2023. All rights reserved.