Class CfnOrganizationTelemetryRule.CloudtrailParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.services.observabilityadmin.CfnOrganizationTelemetryRule.CloudtrailParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOrganizationTelemetryRule.CloudtrailParametersProperty>
- Enclosing interface:
CfnOrganizationTelemetryRule.CloudtrailParametersProperty
@Stability(Stable)
public static final class CfnOrganizationTelemetryRule.CloudtrailParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOrganizationTelemetryRule.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 CfnOrganizationTelemetryRule.CloudtrailParametersProperty.Builder advancedEventSelectors(IResolvable advancedEventSelectors) Sets the value ofCfnOrganizationTelemetryRule.CloudtrailParametersProperty.getAdvancedEventSelectors()- Parameters:
advancedEventSelectors- The advanced event selectors to use for filtering AWS CloudTrail events. This parameter is required.- Returns:
this
-
advancedEventSelectors
@Stability(Stable) public CfnOrganizationTelemetryRule.CloudtrailParametersProperty.Builder advancedEventSelectors(List<? extends Object> advancedEventSelectors) Sets the value ofCfnOrganizationTelemetryRule.CloudtrailParametersProperty.getAdvancedEventSelectors()- Parameters:
advancedEventSelectors- The advanced event selectors to use for filtering AWS CloudTrail events. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOrganizationTelemetryRule.CloudtrailParametersProperty>- Returns:
- a new instance of
CfnOrganizationTelemetryRule.CloudtrailParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-