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) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMitigationActionsRequest.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,
MitigationActionTypeListMitigationActionsRequest.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,
MitigationActionTypeListMitigationActionsRequest.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.BuilderListMitigationActionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2019. All rights reserved.