Cloneable
, ReadLimitInfo
, ToCopyableBuilder<CreateReceiptRuleRequest.Builder,CreateReceiptRuleRequest>
@Generated("software.amazon.awssdk:codegen") public class CreateReceiptRuleRequest extends AmazonWebServiceRequest implements ToCopyableBuilder<CreateReceiptRuleRequest.Builder,CreateReceiptRuleRequest>
Represents a request to create a receipt rule. You use receipt rules to receive email with Amazon SES. For more information, see the Amazon SES Developer Guide.
Modifier and Type | Class | Description |
---|---|---|
static interface |
CreateReceiptRuleRequest.Builder |
NOOP
Modifier and Type | Method | Description |
---|---|---|
String |
after() |
The name of an existing rule after which the new rule will be placed.
|
static CreateReceiptRuleRequest.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
ReceiptRule |
rule() |
A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan
status, and TLS policy.
|
String |
ruleSetName() |
The name of the rule set to which to add the rule.
|
static Class<? extends CreateReceiptRuleRequest.Builder> |
serializableBuilderClass() |
|
CreateReceiptRuleRequest.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
clone, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getReadLimit, getRequestClientOptions, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, withGeneralProgressListener, withRequestMetricCollector, withSdkClientExecutionTimeout
public String ruleSetName()
The name of the rule set to which to add the rule.
public 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.
public ReceiptRule rule()
A data structure that contains the specified rule's name, actions, recipients, domains, enabled status, scan status, and TLS policy.
public CreateReceiptRuleRequest.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<CreateReceiptRuleRequest.Builder,CreateReceiptRuleRequest>
public static CreateReceiptRuleRequest.Builder builder()
public static Class<? extends CreateReceiptRuleRequest.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.