public static interface UpdateEventLabelRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<UpdateEventLabelRequest.Builder,UpdateEventLabelRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateEventLabelRequest.Builder |
assignedLabel(String assignedLabel)
The new label to assign to the event.
|
UpdateEventLabelRequest.Builder |
eventId(String eventId)
The ID of the event associated with the label to update.
|
UpdateEventLabelRequest.Builder |
eventTypeName(String eventTypeName)
The event type of the event associated with the label to update.
|
UpdateEventLabelRequest.Builder |
labelTimestamp(String labelTimestamp)
The timestamp associated with the label.
|
UpdateEventLabelRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEventLabelRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEventLabelRequest.Builder eventId(String eventId)
The ID of the event associated with the label to update.
eventId - The ID of the event associated with the label to update.UpdateEventLabelRequest.Builder eventTypeName(String eventTypeName)
The event type of the event associated with the label to update.
eventTypeName - The event type of the event associated with the label to update.UpdateEventLabelRequest.Builder assignedLabel(String assignedLabel)
The new label to assign to the event.
assignedLabel - The new label to assign to the event.UpdateEventLabelRequest.Builder labelTimestamp(String labelTimestamp)
The timestamp associated with the label. The timestamp must be specified using ISO 8601 standard in UTC.
labelTimestamp - The timestamp associated with the label. The timestamp must be specified using ISO 8601 standard in
UTC.UpdateEventLabelRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateEventLabelRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.