Class CfnOrganizationTelemetryRulePropsMixin.AdvancedEventSelectorProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnOrganizationTelemetryRulePropsMixin.AdvancedEventSelectorProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOrganizationTelemetryRulePropsMixin.AdvancedEventSelectorProperty>
- Enclosing interface:
CfnOrganizationTelemetryRulePropsMixin.AdvancedEventSelectorProperty
@Stability(Stable)
public static final class CfnOrganizationTelemetryRulePropsMixin.AdvancedEventSelectorProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOrganizationTelemetryRulePropsMixin.AdvancedEventSelectorProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.fieldSelectors(List<? extends Object> fieldSelectors) fieldSelectors(IResolvable fieldSelectors)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
fieldSelectors
@Stability(Stable) public CfnOrganizationTelemetryRulePropsMixin.AdvancedEventSelectorProperty.Builder fieldSelectors(IResolvable fieldSelectors) Sets the value ofCfnOrganizationTelemetryRulePropsMixin.AdvancedEventSelectorProperty.getFieldSelectors()- Parameters:
fieldSelectors- Contains all selector statements in an advanced event selector.- Returns:
this
-
fieldSelectors
@Stability(Stable) public CfnOrganizationTelemetryRulePropsMixin.AdvancedEventSelectorProperty.Builder fieldSelectors(List<? extends Object> fieldSelectors) Sets the value ofCfnOrganizationTelemetryRulePropsMixin.AdvancedEventSelectorProperty.getFieldSelectors()- Parameters:
fieldSelectors- Contains all selector statements in an advanced event selector.- Returns:
this
-
name
@Stability(Stable) public CfnOrganizationTelemetryRulePropsMixin.AdvancedEventSelectorProperty.Builder name(String name) - Parameters:
name- An optional, descriptive name for an advanced event selector, such as "Log data events for only two S3 buckets".- Returns:
this
-
build
@Stability(Stable) public CfnOrganizationTelemetryRulePropsMixin.AdvancedEventSelectorProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOrganizationTelemetryRulePropsMixin.AdvancedEventSelectorProperty>- Returns:
- a new instance of
CfnOrganizationTelemetryRulePropsMixin.AdvancedEventSelectorProperty - Throws:
NullPointerException- if any required attribute was not provided
-