Interface CloneReceiptRuleSetRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CloneReceiptRuleSetRequest.Builder,CloneReceiptRuleSetRequest>,SdkBuilder<CloneReceiptRuleSetRequest.Builder,CloneReceiptRuleSetRequest>,SdkPojo,SdkRequest.Builder,SesRequest.Builder
- Enclosing class:
- CloneReceiptRuleSetRequest
@Mutable @NotThreadSafe public static interface CloneReceiptRuleSetRequest.Builder extends SesRequest.Builder, SdkPojo, CopyableBuilder<CloneReceiptRuleSetRequest.Builder,CloneReceiptRuleSetRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CloneReceiptRuleSetRequest.BuilderoriginalRuleSetName(String originalRuleSetName)The name of the rule set to clone.CloneReceiptRuleSetRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CloneReceiptRuleSetRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CloneReceiptRuleSetRequest.BuilderruleSetName(String ruleSetName)The name of the rule set to create.-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.ses.model.SesRequest.Builder
build
-
-
-
-
Method Detail
-
ruleSetName
CloneReceiptRuleSetRequest.Builder ruleSetName(String ruleSetName)
The name of the rule set to create. The name must meet the following requirements:
-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain 64 characters or fewer.
- Parameters:
ruleSetName- The name of the rule set to create. The name must meet the following requirements:-
Contain only ASCII letters (a-z, A-Z), numbers (0-9), underscores (_), or dashes (-).
-
Start and end with a letter or number.
-
Contain 64 characters or fewer.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
originalRuleSetName
CloneReceiptRuleSetRequest.Builder originalRuleSetName(String originalRuleSetName)
The name of the rule set to clone.
- Parameters:
originalRuleSetName- The name of the rule set to clone.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CloneReceiptRuleSetRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CloneReceiptRuleSetRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-