Interface DescribeReceiptRuleRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeReceiptRuleRequest.Builder,,DescribeReceiptRuleRequest> SdkBuilder<DescribeReceiptRuleRequest.Builder,,DescribeReceiptRuleRequest> SdkPojo,SdkRequest.Builder,SesRequest.Builder
- Enclosing class:
- DescribeReceiptRuleRequest
@Mutable
@NotThreadSafe
public static interface DescribeReceiptRuleRequest.Builder
extends SesRequest.Builder, SdkPojo, CopyableBuilder<DescribeReceiptRuleRequest.Builder,DescribeReceiptRuleRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) The name of the receipt rule.ruleSetName(String ruleSetName) The name of the receipt rule set that the receipt rule belongs to.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 the receipt rule belongs to.
- Parameters:
ruleSetName- The name of the receipt rule set that the receipt rule belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ruleName
The name of the receipt rule.
- Parameters:
ruleName- The name of the receipt rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeReceiptRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeReceiptRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-