Interface SetReceiptRulePositionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<SetReceiptRulePositionRequest.Builder,,SetReceiptRulePositionRequest> SdkBuilder<SetReceiptRulePositionRequest.Builder,,SetReceiptRulePositionRequest> SdkPojo,SdkRequest.Builder,SesRequest.Builder
- Enclosing class:
- SetReceiptRulePositionRequest
@Mutable
@NotThreadSafe
public static interface SetReceiptRulePositionRequest.Builder
extends SesRequest.Builder, SdkPojo, CopyableBuilder<SetReceiptRulePositionRequest.Builder,SetReceiptRulePositionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the receipt rule after which to place the specified receipt rule.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name of the receipt rule to reposition.ruleSetName(String ruleSetName) The name of the receipt rule set that contains the receipt rule to reposition.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ses.model.SesRequest.Builder
build
-
Method Details
-
ruleSetName
The name of the receipt rule set that contains the receipt rule to reposition.
- Parameters:
ruleSetName- The name of the receipt rule set that contains the receipt rule to reposition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleName
The name of the receipt rule to reposition.
- Parameters:
ruleName- The name of the receipt rule to reposition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
after
The name of the receipt rule after which to place the specified receipt rule.
- Parameters:
after- The name of the receipt rule after which to place the specified receipt rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
SetReceiptRulePositionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
SetReceiptRulePositionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-