@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() |
CfnConfigurationSetEventDestinationProps.Builder |
eventDestinationName(String eventDestinationName)
Sets the value of
CfnConfigurationSetEventDestinationProps.getEventDestinationName() |
@Stability(value=Stable) public CfnConfigurationSetEventDestinationProps.Builder configurationSetName(String configurationSetName)
CfnConfigurationSetEventDestinationProps.getConfigurationSetName()configurationSetName - The name of the configuration set that contains the event destination that you want to modify. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSetEventDestinationProps.Builder eventDestinationName(String eventDestinationName)
CfnConfigurationSetEventDestinationProps.getEventDestinationName()eventDestinationName - The name of the event destination that you want to modify. This parameter is required.this@Stability(value=Stable) public CfnConfigurationSetEventDestinationProps.Builder eventDestination(CfnConfigurationSetEventDestination.EventDestinationProperty eventDestination)
CfnConfigurationSetEventDestinationProps.getEventDestination()eventDestination - An object that defines the event destination.this@Stability(value=Stable) public CfnConfigurationSetEventDestinationProps.Builder eventDestination(IResolvable eventDestination)
CfnConfigurationSetEventDestinationProps.getEventDestination()eventDestination - An object that defines the event destination.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.