Package com.pulumi.aws.sesv2.inputs
Class ConfigurationSetEventDestinationState.Builder
- java.lang.Object
-
- com.pulumi.aws.sesv2.inputs.ConfigurationSetEventDestinationState.Builder
-
- Enclosing class:
- ConfigurationSetEventDestinationState
public static final class ConfigurationSetEventDestinationState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ConfigurationSetEventDestinationState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConfigurationSetEventDestinationState
build()
ConfigurationSetEventDestinationState.Builder
configurationSetName(com.pulumi.core.Output<java.lang.String> configurationSetName)
ConfigurationSetEventDestinationState.Builder
configurationSetName(java.lang.String configurationSetName)
ConfigurationSetEventDestinationState.Builder
eventDestination(ConfigurationSetEventDestinationEventDestinationArgs eventDestination)
ConfigurationSetEventDestinationState.Builder
eventDestination(com.pulumi.core.Output<ConfigurationSetEventDestinationEventDestinationArgs> eventDestination)
ConfigurationSetEventDestinationState.Builder
eventDestinationName(com.pulumi.core.Output<java.lang.String> eventDestinationName)
ConfigurationSetEventDestinationState.Builder
eventDestinationName(java.lang.String eventDestinationName)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ConfigurationSetEventDestinationState defaults)
-
-
Method Detail
-
configurationSetName
public ConfigurationSetEventDestinationState.Builder configurationSetName(@Nullable com.pulumi.core.Output<java.lang.String> configurationSetName)
- Parameters:
configurationSetName
- The name of the configuration set.- Returns:
- builder
-
configurationSetName
public ConfigurationSetEventDestinationState.Builder configurationSetName(java.lang.String configurationSetName)
- Parameters:
configurationSetName
- The name of the configuration set.- Returns:
- builder
-
eventDestination
public ConfigurationSetEventDestinationState.Builder eventDestination(@Nullable com.pulumi.core.Output<ConfigurationSetEventDestinationEventDestinationArgs> eventDestination)
- Parameters:
eventDestination
- A name that identifies the event destination within the configuration set.- Returns:
- builder
-
eventDestination
public ConfigurationSetEventDestinationState.Builder eventDestination(ConfigurationSetEventDestinationEventDestinationArgs eventDestination)
- Parameters:
eventDestination
- A name that identifies the event destination within the configuration set.- Returns:
- builder
-
eventDestinationName
public ConfigurationSetEventDestinationState.Builder eventDestinationName(@Nullable com.pulumi.core.Output<java.lang.String> eventDestinationName)
- Parameters:
eventDestinationName
- An object that defines the event destination. See event_destination below.- Returns:
- builder
-
eventDestinationName
public ConfigurationSetEventDestinationState.Builder eventDestinationName(java.lang.String eventDestinationName)
- Parameters:
eventDestinationName
- An object that defines the event destination. See event_destination below.- Returns:
- builder
-
build
public ConfigurationSetEventDestinationState build()
-
-