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