Interface ListRetrainingSchedulersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListRetrainingSchedulersRequest.Builder,
,ListRetrainingSchedulersRequest> LookoutEquipmentRequest.Builder
,SdkBuilder<ListRetrainingSchedulersRequest.Builder,
,ListRetrainingSchedulersRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListRetrainingSchedulersRequest
@Mutable
@NotThreadSafe
public static interface ListRetrainingSchedulersRequest.Builder
extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListRetrainingSchedulersRequest.Builder,ListRetrainingSchedulersRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) Specifies the maximum number of retraining schedulers to list.modelNameBeginsWith
(String modelNameBeginsWith) Specify this field to only list retraining schedulers whose machine learning models begin with the value you specify.If the number of results exceeds the maximum, a pagination token is returned.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specify this field to only list retraining schedulers whose status matches the value you specify.status
(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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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:
-
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:
-
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
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListRetrainingSchedulersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-