CopyableBuilder<CreateReceiptRuleRequest.Builder,CreateReceiptRuleRequest>
, SdkBuilder<CreateReceiptRuleRequest.Builder,CreateReceiptRuleRequest>
public static interface CreateReceiptRuleRequest.Builder extends CopyableBuilder<CreateReceiptRuleRequest.Builder,CreateReceiptRuleRequest>
Modifier and Type | Method | Description |
---|---|---|
CreateReceiptRuleRequest.Builder |
after(String after) |
The name of an existing rule after which the new rule will be placed.
|
CreateReceiptRuleRequest.Builder |
rule(ReceiptRule rule) |
A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan
status, and TLS policy.
|
CreateReceiptRuleRequest.Builder |
ruleSetName(String ruleSetName) |
The name of the rule set to which to add the rule.
|
copy
apply, build
CreateReceiptRuleRequest.Builder ruleSetName(String ruleSetName)
The name of the rule set to which to add the rule.
ruleSetName
- The name of the rule set to which to add the rule.CreateReceiptRuleRequest.Builder after(String after)
The name of an existing rule after which the new rule will be placed. If this parameter is null, the new rule will be inserted at the beginning of the rule list.
after
- The name of an existing rule after which the new rule will be placed. If this parameter is null, the
new rule will be inserted at the beginning of the rule list.CreateReceiptRuleRequest.Builder rule(ReceiptRule rule)
A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
rule
- A data structure that contains the specified rule's name, actions, recipients, domains, enabled
status, scan status, and TLS policy.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.