Interface UpdateEventLabelRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateEventLabelRequest.Builder,UpdateEventLabelRequest>,FraudDetectorRequest.Builder,SdkBuilder<UpdateEventLabelRequest.Builder,UpdateEventLabelRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateEventLabelRequest
public static interface UpdateEventLabelRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<UpdateEventLabelRequest.Builder,UpdateEventLabelRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateEventLabelRequest.BuilderassignedLabel(String assignedLabel)The new label to assign to the event.UpdateEventLabelRequest.BuildereventId(String eventId)The ID of the event associated with the label to update.UpdateEventLabelRequest.BuildereventTypeName(String eventTypeName)The event type of the event associated with the label to update.UpdateEventLabelRequest.BuilderlabelTimestamp(String labelTimestamp)The timestamp associated with the label.UpdateEventLabelRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateEventLabelRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
UpdateEventLabelRequest.Builder eventId(String eventId)
The ID of the event associated with the label to update.
- Parameters:
eventId- The ID of the event associated with the label to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventTypeName
UpdateEventLabelRequest.Builder eventTypeName(String eventTypeName)
The event type of the event associated with the label to update.
- Parameters:
eventTypeName- The event type of the event associated with the label to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
assignedLabel
UpdateEventLabelRequest.Builder assignedLabel(String assignedLabel)
The new label to assign to the event.
- Parameters:
assignedLabel- The new label to assign to the event.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labelTimestamp
UpdateEventLabelRequest.Builder labelTimestamp(String labelTimestamp)
The timestamp associated with the label. The timestamp must be specified using ISO 8601 standard in UTC.
- Parameters:
labelTimestamp- The timestamp associated with the label. The timestamp must be specified using ISO 8601 standard in UTC.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateEventLabelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateEventLabelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-