Interface ListDetectorModelVersionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDetectorModelVersionsRequest.Builder,ListDetectorModelVersionsRequest>,IotEventsRequest.Builder,SdkBuilder<ListDetectorModelVersionsRequest.Builder,ListDetectorModelVersionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDetectorModelVersionsRequest
public static interface ListDetectorModelVersionsRequest.Builder extends IotEventsRequest.Builder, SdkPojo, CopyableBuilder<ListDetectorModelVersionsRequest.Builder,ListDetectorModelVersionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDetectorModelVersionsRequest.BuilderdetectorModelName(String detectorModelName)The name of the detector model whose versions are returned.ListDetectorModelVersionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be returned per request.ListDetectorModelVersionsRequest.BuildernextToken(String nextToken)The token that you can use to return the next set of results.ListDetectorModelVersionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDetectorModelVersionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.iotevents.model.IotEventsRequest.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
-
detectorModelName
ListDetectorModelVersionsRequest.Builder detectorModelName(String detectorModelName)
The name of the detector model whose versions are returned.
- Parameters:
detectorModelName- The name of the detector model whose versions are returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListDetectorModelVersionsRequest.Builder nextToken(String nextToken)
The token that you can use to return the next set of results.
- Parameters:
nextToken- The token that you can use to return the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListDetectorModelVersionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be returned per request.
- Parameters:
maxResults- The maximum number of results to be returned per request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDetectorModelVersionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDetectorModelVersionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-