Interface ListInferenceSchedulersRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListInferenceSchedulersRequest.Builder,
,ListInferenceSchedulersRequest> LookoutEquipmentRequest.Builder
,SdkBuilder<ListInferenceSchedulersRequest.Builder,
,ListInferenceSchedulersRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListInferenceSchedulersRequest
@Mutable
@NotThreadSafe
public static interface ListInferenceSchedulersRequest.Builder
extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListInferenceSchedulersRequest.Builder,ListInferenceSchedulersRequest>
-
Method Summary
Modifier and TypeMethodDescriptioninferenceSchedulerNameBeginsWith
(String inferenceSchedulerNameBeginsWith) The beginning of the name of the inference schedulers to be listed.maxResults
(Integer maxResults) Specifies the maximum number of inference schedulers to list.The name of the machine learning model used by the inference scheduler to be listed.An opaque pagination token indicating where to continue the listing of inference schedulers.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specifies the current status of the inference schedulers.status
(InferenceSchedulerStatus status) Specifies the current status of the inference schedulers.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
-
nextToken
An opaque pagination token indicating where to continue the listing of inference schedulers.
- Parameters:
nextToken
- An opaque pagination token indicating where to continue the listing of inference schedulers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Specifies the maximum number of inference schedulers to list.
- Parameters:
maxResults
- Specifies the maximum number of inference schedulers to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceSchedulerNameBeginsWith
ListInferenceSchedulersRequest.Builder inferenceSchedulerNameBeginsWith(String inferenceSchedulerNameBeginsWith) The beginning of the name of the inference schedulers to be listed.
- Parameters:
inferenceSchedulerNameBeginsWith
- The beginning of the name of the inference schedulers to be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelName
The name of the machine learning model used by the inference scheduler to be listed.
- Parameters:
modelName
- The name of the machine learning model used by the inference scheduler to be listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
Specifies the current status of the inference schedulers.
- Parameters:
status
- Specifies the current status of the inference schedulers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
Specifies the current status of the inference schedulers.
- Parameters:
status
- Specifies the current status of the inference schedulers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListInferenceSchedulersRequest.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
ListInferenceSchedulersRequest.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.
-