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
Modifier and TypeMethodDescriptiondetectorId
(String detectorId) The detector ID.detectorVersionId
(String detectorVersionId) The detector version ID.The event ID.eventTypeName
(String eventTypeName) The event type associated with the detector specified for the prediction.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.predictionTimestamp
(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 Details
-
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
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
The detector ID.
- Parameters:
detectorId
- The detector ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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
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
predictionTimestamp
value 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
predictionTimestamp
value 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) 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
GetEventPredictionMetadataRequest.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.
-