static RuleAction |
RuleAction.fromAddHeader(Consumer<AddHeaderAction.Builder> addHeader) |
Create an instance of this class with addHeader() initialized to the given value.
|
static RuleAction |
RuleAction.fromAddHeader(AddHeaderAction addHeader) |
Create an instance of this class with addHeader() initialized to the given value.
|
static RuleAction |
RuleAction.fromArchive(Consumer<ArchiveAction.Builder> archive) |
Create an instance of this class with archive() initialized to the given value.
|
static RuleAction |
RuleAction.fromArchive(ArchiveAction archive) |
Create an instance of this class with archive() initialized to the given value.
|
static RuleAction |
RuleAction.fromDeliverToMailbox(Consumer<DeliverToMailboxAction.Builder> deliverToMailbox) |
|
static RuleAction |
RuleAction.fromDeliverToMailbox(DeliverToMailboxAction deliverToMailbox) |
|
static RuleAction |
RuleAction.fromDrop(Consumer<DropAction.Builder> drop) |
Create an instance of this class with drop() initialized to the given value.
|
static RuleAction |
RuleAction.fromDrop(DropAction drop) |
Create an instance of this class with drop() initialized to the given value.
|
static RuleAction |
RuleAction.fromRelay(Consumer<RelayAction.Builder> relay) |
Create an instance of this class with relay() initialized to the given value.
|
static RuleAction |
RuleAction.fromRelay(RelayAction relay) |
Create an instance of this class with relay() initialized to the given value.
|
static RuleAction |
RuleAction.fromReplaceRecipient(Consumer<ReplaceRecipientAction.Builder> replaceRecipient) |
|
static RuleAction |
RuleAction.fromReplaceRecipient(ReplaceRecipientAction replaceRecipient) |
|
static RuleAction |
RuleAction.fromSend(Consumer<SendAction.Builder> send) |
Create an instance of this class with send() initialized to the given value.
|
static RuleAction |
RuleAction.fromSend(SendAction send) |
Create an instance of this class with send() initialized to the given value.
|
static RuleAction |
RuleAction.fromWriteToS3(Consumer<S3Action.Builder> writeToS3) |
Create an instance of this class with writeToS3() initialized to the given value.
|
static RuleAction |
RuleAction.fromWriteToS3(S3Action writeToS3) |
Create an instance of this class with writeToS3() initialized to the given value.
|