Interface GetModelsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetModelsRequest.Builder,GetModelsRequest>,FraudDetectorRequest.Builder,SdkBuilder<GetModelsRequest.Builder,GetModelsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetModelsRequest
public static interface GetModelsRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<GetModelsRequest.Builder,GetModelsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetModelsRequest.BuildermaxResults(Integer maxResults)The maximum number of objects to return for the request.GetModelsRequest.BuildermodelId(String modelId)The model ID.GetModelsRequest.BuildermodelType(String modelType)The model type.GetModelsRequest.BuildermodelType(ModelTypeEnum modelType)The model type.GetModelsRequest.BuildernextToken(String nextToken)The next token for the subsequent request.GetModelsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetModelsRequest.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.frauddetector.model.FraudDetectorRequest.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
-
modelId
GetModelsRequest.Builder modelId(String modelId)
The model ID.
- Parameters:
modelId- The model ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelType
GetModelsRequest.Builder modelType(String modelType)
The model type.
- Parameters:
modelType- The model type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelTypeEnum,ModelTypeEnum
-
modelType
GetModelsRequest.Builder modelType(ModelTypeEnum modelType)
The model type.
- Parameters:
modelType- The model type.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelTypeEnum,ModelTypeEnum
-
nextToken
GetModelsRequest.Builder nextToken(String nextToken)
The next token for the subsequent request.
- Parameters:
nextToken- The next token for the subsequent request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetModelsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects to return for the request.
- Parameters:
maxResults- The maximum number of objects to return for the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetModelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetModelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-