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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListInferenceExecutionsRequest.BuilderdataEndTimeBefore(Instant dataEndTimeBefore)The time reference in the inferenced dataset before which Amazon Lookout for Equipment stopped the inference execution.ListInferenceExecutionsRequest.BuilderdataStartTimeAfter(Instant dataStartTimeAfter)The time reference in the inferenced dataset after which Amazon Lookout for Equipment started the inference execution.ListInferenceExecutionsRequest.BuilderinferenceSchedulerName(String inferenceSchedulerName)The name of the inference scheduler for the inference execution listed.ListInferenceExecutionsRequest.BuildermaxResults(Integer maxResults)Specifies the maximum number of inference executions to list.ListInferenceExecutionsRequest.BuildernextToken(String nextToken)An opaque pagination token indicating where to continue the listing of inference executions.ListInferenceExecutionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListInferenceExecutionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListInferenceExecutionsRequest.Builderstatus(String status)The status of the inference execution.ListInferenceExecutionsRequest.Builderstatus(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 Detail
-
nextToken
ListInferenceExecutionsRequest.Builder nextToken(String 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
ListInferenceExecutionsRequest.Builder maxResults(Integer 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
ListInferenceExecutionsRequest.Builder inferenceSchedulerName(String 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
ListInferenceExecutionsRequest.Builder dataStartTimeAfter(Instant 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
ListInferenceExecutionsRequest.Builder dataEndTimeBefore(Instant 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
ListInferenceExecutionsRequest.Builder status(String 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:
InferenceExecutionStatus,InferenceExecutionStatus
-
status
ListInferenceExecutionsRequest.Builder status(InferenceExecutionStatus 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:
InferenceExecutionStatus,InferenceExecutionStatus
-
overrideConfiguration
ListInferenceExecutionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListInferenceExecutionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-