Interface SetReceiptRulePositionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<SetReceiptRulePositionRequest.Builder,
,SetReceiptRulePositionRequest> SdkBuilder<SetReceiptRulePositionRequest.Builder,
,SetReceiptRulePositionRequest> SdkPojo
,SdkRequest.Builder
,SesRequest.Builder
- Enclosing class:
SetReceiptRulePositionRequest
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) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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
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, sdkFields
Methods 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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
SetReceiptRulePositionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-