Interface ListDetectMitigationActionsExecutionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListDetectMitigationActionsExecutionsRequest.Builder,ListDetectMitigationActionsExecutionsRequest>
,IotRequest.Builder
,SdkBuilder<ListDetectMitigationActionsExecutionsRequest.Builder,ListDetectMitigationActionsExecutionsRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListDetectMitigationActionsExecutionsRequest
public static interface ListDetectMitigationActionsExecutionsRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListDetectMitigationActionsExecutionsRequest.Builder,ListDetectMitigationActionsExecutionsRequest>
-
-
Method Summary
-
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
-
taskId
ListDetectMitigationActionsExecutionsRequest.Builder taskId(String taskId)
The unique identifier of the task.
- Parameters:
taskId
- The unique identifier of the task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
violationId
ListDetectMitigationActionsExecutionsRequest.Builder violationId(String violationId)
The unique identifier of the violation.
- Parameters:
violationId
- The unique identifier of the violation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
thingName
ListDetectMitigationActionsExecutionsRequest.Builder thingName(String thingName)
The name of the thing whose mitigation actions are listed.
- Parameters:
thingName
- The name of the thing whose mitigation actions are listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startTime
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endTime
ListDetectMitigationActionsExecutionsRequest.Builder endTime(Instant endTime)
The end of the time period for which ML Detect mitigation actions executions are returned.
- Parameters:
endTime
- The end of the time period for which ML Detect mitigation actions executions are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDetectMitigationActionsExecutionsRequest.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
ListDetectMitigationActionsExecutionsRequest.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
ListDetectMitigationActionsExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListDetectMitigationActionsExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-