public static interface ListDetectMitigationActionsTasksRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListDetectMitigationActionsTasksRequest.Builder,ListDetectMitigationActionsTasksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListDetectMitigationActionsTasksRequest.Builder |
endTime(Instant endTime)
The end of the time period for which ML Detect mitigation actions tasks are returned.
|
ListDetectMitigationActionsTasksRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return at one time.
|
ListDetectMitigationActionsTasksRequest.Builder |
nextToken(String nextToken)
The token for the next set of results.
|
ListDetectMitigationActionsTasksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListDetectMitigationActionsTasksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListDetectMitigationActionsTasksRequest.Builder |
startTime(Instant startTime)
A filter to limit results to those found after the specified time.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDetectMitigationActionsTasksRequest.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.ListDetectMitigationActionsTasksRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.ListDetectMitigationActionsTasksRequest.Builder startTime(Instant startTime)
A filter to limit results to those found after the specified time. You must specify either the startTime and endTime or the taskId, but not both.
startTime - A filter to limit results to those found after the specified time. You must specify either the
startTime and endTime or the taskId, but not both.ListDetectMitigationActionsTasksRequest.Builder endTime(Instant endTime)
The end of the time period for which ML Detect mitigation actions tasks are returned.
endTime - The end of the time period for which ML Detect mitigation actions tasks are returned.ListDetectMitigationActionsTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDetectMitigationActionsTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.