public static final class CfnConfigurationSetEventDestination.Builder
extends java.lang.Object
CfnConfigurationSetEventDestination
.Modifier and Type | Method and Description |
---|---|
CfnConfigurationSetEventDestination |
build() |
CfnConfigurationSetEventDestination.Builder |
configurationSetName(java.lang.String configurationSetName)
The name of the configuration set that contains the event destination.
|
static CfnConfigurationSetEventDestination.Builder |
create(Construct scope,
java.lang.String id) |
CfnConfigurationSetEventDestination.Builder |
eventDestination(CfnConfigurationSetEventDestination.EventDestinationProperty eventDestination)
The event destination object.
|
CfnConfigurationSetEventDestination.Builder |
eventDestination(IResolvable eventDestination)
The event destination object.
|
public static CfnConfigurationSetEventDestination.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnConfigurationSetEventDestination.CloudWatchDestinationProperty.Builder
.public CfnConfigurationSetEventDestination.Builder configurationSetName(java.lang.String configurationSetName)
configurationSetName
- The name of the configuration set that contains the event destination. This parameter is required.this
public CfnConfigurationSetEventDestination.Builder eventDestination(IResolvable eventDestination)
eventDestination
- The event destination object. This parameter is required.this
public CfnConfigurationSetEventDestination.Builder eventDestination(CfnConfigurationSetEventDestination.EventDestinationProperty eventDestination)
eventDestination
- The event destination object. This parameter is required.this
public CfnConfigurationSetEventDestination build()