Interface UpdateReceiptRuleRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateReceiptRuleRequest.Builder,,- UpdateReceiptRuleRequest> - SdkBuilder<UpdateReceiptRuleRequest.Builder,,- UpdateReceiptRuleRequest> - SdkPojo,- SdkRequest.Builder,- SesRequest.Builder
- Enclosing class:
- UpdateReceiptRuleRequest
@Mutable
@NotThreadSafe
public static interface UpdateReceiptRuleRequest.Builder
extends SesRequest.Builder, SdkPojo, CopyableBuilder<UpdateReceiptRuleRequest.Builder,UpdateReceiptRuleRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.default UpdateReceiptRuleRequest.Builderrule(Consumer<ReceiptRule.Builder> rule) A data structure that contains the updated receipt rule information.rule(ReceiptRule rule) A data structure that contains the updated receipt rule information.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.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ses.model.SesRequest.Builderbuild
- 
Method Details- 
ruleSetNameThe 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.
 
- 
ruleA data structure that contains the updated receipt rule information. - Parameters:
- rule- A data structure that contains the updated receipt rule information.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ruleA data structure that contains the updated receipt rule information. This is a convenience method that creates an instance of theReceiptRule.Builderavoiding the need to create one manually viaReceiptRule.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torule(ReceiptRule).- Parameters:
- rule- a consumer that will call methods on- ReceiptRule.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationUpdateReceiptRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateReceiptRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-