Interface ListInferenceExecutionsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<ListInferenceExecutionsRequest.Builder,
,ListInferenceExecutionsRequest> LookoutEquipmentRequest.Builder
,SdkBuilder<ListInferenceExecutionsRequest.Builder,
,ListInferenceExecutionsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListInferenceExecutionsRequest
public static interface ListInferenceExecutionsRequest.Builder
extends LookoutEquipmentRequest.Builder, SdkPojo, CopyableBuilder<ListInferenceExecutionsRequest.Builder,ListInferenceExecutionsRequest>
-
Method Summary
Modifier and TypeMethodDescriptiondataEndTimeBefore
(Instant dataEndTimeBefore) The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.dataStartTimeAfter
(Instant dataStartTimeAfter) The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.inferenceSchedulerName
(String inferenceSchedulerName) The name of the inference scheduler for the inference execution listed.maxResults
(Integer maxResults) Specifies the maximum number of inference executions to list.An opaque pagination token indicating where to continue the listing of inference executions.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The status of the inference execution.status
(InferenceExecutionStatus status) The status of the inference execution.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 Details
-
nextToken
An opaque pagination token indicating where to continue the listing of inference executions.
- Parameters:
nextToken
- An opaque pagination token indicating where to continue the listing of inference executions.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
Specifies the maximum number of inference executions to list.
- Parameters:
maxResults
- Specifies the maximum number of inference executions to list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
inferenceSchedulerName
The name of the inference scheduler for the inference execution listed.
- Parameters:
inferenceSchedulerName
- The name of the inference scheduler for the inference execution listed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataStartTimeAfter
The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.
- Parameters:
dataStartTimeAfter
- The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataEndTimeBefore
The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.
- Parameters:
dataEndTimeBefore
- The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the inference execution.
- Parameters:
status
- The status of the inference execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the inference execution.
- Parameters:
status
- The status of the inference execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
ListInferenceExecutionsRequest.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
ListInferenceExecutionsRequest.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.
-