@Stability(value=Stable) public static final class CfnConfigurationSetEventDestinationProps.Builder extends Object implements software.amazon.jsii.Builder<CfnConfigurationSetEventDestinationProps>
CfnConfigurationSetEventDestinationProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnConfigurationSetEventDestinationProps |
build()
Builds the configured instance.
|
CfnConfigurationSetEventDestinationProps.Builder |
configurationSetName(String configurationSetName)
Sets the value of
CfnConfigurationSetEventDestinationProps.getConfigurationSetName() |
CfnConfigurationSetEventDestinationProps.Builder |
eventDestination(CfnConfigurationSetEventDestination.EventDestinationProperty eventDestination)
Sets the value of
CfnConfigurationSetEventDestinationProps.getEventDestination() |
CfnConfigurationSetEventDestinationProps.Builder |
eventDestination(IResolvable eventDestination)
Sets the value of
CfnConfigurationSetEventDestinationProps.getEventDestination() |
@Stability(value=Stable) public CfnConfigurationSetEventDestinationProps.Builder configurationSetName(String configurationSetName)
CfnConfigurationSetEventDestinationProps.getConfigurationSetName()configurationSetName - The name of the configuration set that contains the event destination. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSetEventDestinationProps.Builder eventDestination(CfnConfigurationSetEventDestination.EventDestinationProperty eventDestination)
CfnConfigurationSetEventDestinationProps.getEventDestination()eventDestination - The event destination object. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSetEventDestinationProps.Builder eventDestination(IResolvable eventDestination)
CfnConfigurationSetEventDestinationProps.getEventDestination()eventDestination - The event destination object. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSetEventDestinationProps build()
build in interface software.amazon.jsii.Builder<CfnConfigurationSetEventDestinationProps>CfnConfigurationSetEventDestinationPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.