Interface ListRetrainingSchedulersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListRetrainingSchedulersRequest.Builder,ListRetrainingSchedulersRequest>,LookoutEquipmentRequest.Builder,SdkBuilder<ListRetrainingSchedulersRequest.Builder,ListRetrainingSchedulersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListRetrainingSchedulersRequest
public static interface ListRetrainingSchedulersRequest.Builder extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListRetrainingSchedulersRequest.Builder,ListRetrainingSchedulersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListRetrainingSchedulersRequest.BuildermaxResults(Integer maxResults)Specifies the maximum number of retraining schedulers to list.ListRetrainingSchedulersRequest.BuildermodelNameBeginsWith(String modelNameBeginsWith)Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify.ListRetrainingSchedulersRequest.BuildernextToken(String nextToken)If the number of results exceeds the maximum, a pagination token is returned.ListRetrainingSchedulersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListRetrainingSchedulersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListRetrainingSchedulersRequest.Builderstatus(String status)Specify this field to only list retraining schedulers whose status matches the value you specify.ListRetrainingSchedulersRequest.Builderstatus(RetrainingSchedulerStatus status)Specify this field to only list retraining schedulers whose status matches the value you specify.-
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.lookoutequipment.model.LookoutEquipmentRequest.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
-
modelNameBeginsWith
ListRetrainingSchedulersRequest.Builder modelNameBeginsWith(String modelNameBeginsWith)
Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify.
- Parameters:
modelNameBeginsWith- Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListRetrainingSchedulersRequest.Builder status(String status)
Specify this field to only list retraining schedulers whose status matches the value you specify.
- Parameters:
status- Specify this field to only list retraining schedulers whose status matches the value you specify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RetrainingSchedulerStatus,RetrainingSchedulerStatus
-
status
ListRetrainingSchedulersRequest.Builder status(RetrainingSchedulerStatus status)
Specify this field to only list retraining schedulers whose status matches the value you specify.
- Parameters:
status- Specify this field to only list retraining schedulers whose status matches the value you specify.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RetrainingSchedulerStatus,RetrainingSchedulerStatus
-
nextToken
ListRetrainingSchedulersRequest.Builder nextToken(String nextToken)
If the number of results exceeds the maximum, a pagination token is returned. Use the token in the request to show the next page of retraining schedulers.
- Parameters:
nextToken- If the number of results exceeds the maximum, a pagination token is returned. Use the token in the request to show the next page of retraining schedulers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListRetrainingSchedulersRequest.Builder maxResults(Integer maxResults)
Specifies the maximum number of retraining schedulers to list.
- Parameters:
maxResults- Specifies the maximum number of retraining schedulers to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListRetrainingSchedulersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListRetrainingSchedulersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-