Interface GetEventPredictionMetadataRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetEventPredictionMetadataRequest.Builder,GetEventPredictionMetadataRequest>,FraudDetectorRequest.Builder,SdkBuilder<GetEventPredictionMetadataRequest.Builder,GetEventPredictionMetadataRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetEventPredictionMetadataRequest
public static interface GetEventPredictionMetadataRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<GetEventPredictionMetadataRequest.Builder,GetEventPredictionMetadataRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetEventPredictionMetadataRequest.BuilderdetectorId(String detectorId)The detector ID.GetEventPredictionMetadataRequest.BuilderdetectorVersionId(String detectorVersionId)The detector version ID.GetEventPredictionMetadataRequest.BuildereventId(String eventId)The event ID.GetEventPredictionMetadataRequest.BuildereventTypeName(String eventTypeName)The event type associated with the detector specified for the prediction.GetEventPredictionMetadataRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetEventPredictionMetadataRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetEventPredictionMetadataRequest.BuilderpredictionTimestamp(String predictionTimestamp)The timestamp that defines when the prediction was generated.-
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.frauddetector.model.FraudDetectorRequest.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
-
eventId
GetEventPredictionMetadataRequest.Builder eventId(String eventId)
The event ID.
- Parameters:
eventId- The event ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTypeName
GetEventPredictionMetadataRequest.Builder eventTypeName(String eventTypeName)
The event type associated with the detector specified for the prediction.
- Parameters:
eventTypeName- The event type associated with the detector specified for the prediction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detectorId
GetEventPredictionMetadataRequest.Builder detectorId(String detectorId)
The detector ID.
- Parameters:
detectorId- The detector ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
detectorVersionId
GetEventPredictionMetadataRequest.Builder detectorVersionId(String detectorVersionId)
The detector version ID.
- Parameters:
detectorVersionId- The detector version ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
predictionTimestamp
GetEventPredictionMetadataRequest.Builder predictionTimestamp(String predictionTimestamp)
The timestamp that defines when the prediction was generated. The timestamp must be specified using ISO 8601 standard in UTC.
We recommend calling ListEventPredictions first, and using the
predictionTimestampvalue in the response to provide an accurate prediction timestamp value.- Parameters:
predictionTimestamp- The timestamp that defines when the prediction was generated. The timestamp must be specified using ISO 8601 standard in UTC.We recommend calling ListEventPredictions first, and using the
predictionTimestampvalue in the response to provide an accurate prediction timestamp value.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetEventPredictionMetadataRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetEventPredictionMetadataRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-