Class ConfigurationSetEventDestinationAttributes.Builder
java.lang.Object
software.amazon.awscdk.services.ses.ConfigurationSetEventDestinationAttributes.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ConfigurationSetEventDestinationAttributes>
- Enclosing interface:
ConfigurationSetEventDestinationAttributes
@Stability(Stable)
public static final class ConfigurationSetEventDestinationAttributes.Builder
extends Object
implements software.amazon.jsii.Builder<ConfigurationSetEventDestinationAttributes>
A builder for
ConfigurationSetEventDestinationAttributes-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.configurationSet(IConfigurationSetRef configurationSet) Sets the value ofConfigurationSetEventDestinationAttributes.getConfigurationSet()configurationSetEventDestinationId(String configurationSetEventDestinationId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
configurationSet
@Stability(Stable) public ConfigurationSetEventDestinationAttributes.Builder configurationSet(IConfigurationSetRef configurationSet) Sets the value ofConfigurationSetEventDestinationAttributes.getConfigurationSet()- Parameters:
configurationSet- The configuration set that the event destination belongs to. This parameter is required.- Returns:
this
-
configurationSetEventDestinationId
@Stability(Stable) public ConfigurationSetEventDestinationAttributes.Builder configurationSetEventDestinationId(String configurationSetEventDestinationId) Sets the value ofConfigurationSetEventDestinationAttributes.getConfigurationSetEventDestinationId()- Parameters:
configurationSetEventDestinationId- The ID of the configuration set event destination. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<ConfigurationSetEventDestinationAttributes>- Returns:
- a new instance of
ConfigurationSetEventDestinationAttributes - Throws:
NullPointerException- if any required attribute was not provided
-