Class CfnOrganizationTelemetryRulePropsMixin.CloudtrailParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.observabilityadmin.mixins.CfnOrganizationTelemetryRulePropsMixin.CloudtrailParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOrganizationTelemetryRulePropsMixin.CloudtrailParametersProperty>
- Enclosing interface:
CfnOrganizationTelemetryRulePropsMixin.CloudtrailParametersProperty
@Stability(Stable)
public static final class CfnOrganizationTelemetryRulePropsMixin.CloudtrailParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOrganizationTelemetryRulePropsMixin.CloudtrailParametersProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionadvancedEventSelectors(List<? extends Object> advancedEventSelectors) advancedEventSelectors(IResolvable advancedEventSelectors) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
advancedEventSelectors
@Stability(Stable) public CfnOrganizationTelemetryRulePropsMixin.CloudtrailParametersProperty.Builder advancedEventSelectors(IResolvable advancedEventSelectors) Sets the value ofCfnOrganizationTelemetryRulePropsMixin.CloudtrailParametersProperty.getAdvancedEventSelectors()- Parameters:
advancedEventSelectors- The advanced event selectors to use for filtering AWS CloudTrail events.- Returns:
this
-
advancedEventSelectors
@Stability(Stable) public CfnOrganizationTelemetryRulePropsMixin.CloudtrailParametersProperty.Builder advancedEventSelectors(List<? extends Object> advancedEventSelectors) Sets the value ofCfnOrganizationTelemetryRulePropsMixin.CloudtrailParametersProperty.getAdvancedEventSelectors()- Parameters:
advancedEventSelectors- The advanced event selectors to use for filtering AWS CloudTrail events.- Returns:
this
-
build
@Stability(Stable) public CfnOrganizationTelemetryRulePropsMixin.CloudtrailParametersProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOrganizationTelemetryRulePropsMixin.CloudtrailParametersProperty>- Returns:
- a new instance of
CfnOrganizationTelemetryRulePropsMixin.CloudtrailParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-