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