Interface ListDetectMitigationActionsTasksRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDetectMitigationActionsTasksRequest.Builder,ListDetectMitigationActionsTasksRequest>,IotRequest.Builder,SdkBuilder<ListDetectMitigationActionsTasksRequest.Builder,ListDetectMitigationActionsTasksRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDetectMitigationActionsTasksRequest
public static interface ListDetectMitigationActionsTasksRequest.Builder extends IotRequest.Builder, SdkPojo, CopyableBuilder<ListDetectMitigationActionsTasksRequest.Builder,ListDetectMitigationActionsTasksRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDetectMitigationActionsTasksRequest.BuilderendTime(Instant endTime)The end of the time period for which ML Detect mitigation actions tasks are returned.ListDetectMitigationActionsTasksRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return at one time.ListDetectMitigationActionsTasksRequest.BuildernextToken(String nextToken)The token for the next set of results.ListDetectMitigationActionsTasksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDetectMitigationActionsTasksRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDetectMitigationActionsTasksRequest.BuilderstartTime(Instant startTime)A filter to limit results to those found after the specified time.-
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
-
maxResults
ListDetectMitigationActionsTasksRequest.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
ListDetectMitigationActionsTasksRequest.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.
-
startTime
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.
- 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
ListDetectMitigationActionsTasksRequest.Builder endTime(Instant endTime)
The end of the time period for which ML Detect mitigation actions tasks are returned.
- Parameters:
endTime- The end of the time period for which ML Detect mitigation actions tasks are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDetectMitigationActionsTasksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDetectMitigationActionsTasksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-