public static interface ListDetectMitigationActionsExecutionsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListDetectMitigationActionsExecutionsRequest.Builder,ListDetectMitigationActionsExecutionsRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDetectMitigationActionsExecutionsRequest.Builder taskId(String taskId)
The unique identifier of the task.
taskId - The unique identifier of the task.ListDetectMitigationActionsExecutionsRequest.Builder violationId(String violationId)
The unique identifier of the violation.
violationId - The unique identifier of the violation.ListDetectMitigationActionsExecutionsRequest.Builder thingName(String thingName)
The name of the thing whose mitigation actions are listed.
thingName - The name of the thing whose mitigation actions are listed.ListDetectMitigationActionsExecutionsRequest.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.ListDetectMitigationActionsExecutionsRequest.Builder endTime(Instant endTime)
The end of the time period for which ML Detect mitigation actions executions are returned.
endTime - The end of the time period for which ML Detect mitigation actions executions are returned.ListDetectMitigationActionsExecutionsRequest.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.ListDetectMitigationActionsExecutionsRequest.Builder nextToken(String nextToken)
The token for the next set of results.
nextToken - The token for the next set of results.ListDetectMitigationActionsExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListDetectMitigationActionsExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.