Class ReceiptRuleSetReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.ses.ReceiptRuleSetReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ReceiptRuleSetReference>
- Enclosing interface:
ReceiptRuleSetReference
@Stability(Stable)
public static final class ReceiptRuleSetReference.Builder
extends Object
implements software.amazon.jsii.Builder<ReceiptRuleSetReference>
A builder for
ReceiptRuleSetReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.receiptRuleSetId(String receiptRuleSetId) Sets the value ofReceiptRuleSetReference.getReceiptRuleSetId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
receiptRuleSetId
Sets the value ofReceiptRuleSetReference.getReceiptRuleSetId()- Parameters:
receiptRuleSetId- The Id of the ReceiptRuleSet resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ReceiptRuleSetReference>- Returns:
- a new instance of
ReceiptRuleSetReference - Throws:
NullPointerException- if any required attribute was not provided
-