Class CfnOrganizationTelemetryRulePropsMixin.LabelNameConditionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnOrganizationTelemetryRulePropsMixin.LabelNameConditionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOrganizationTelemetryRulePropsMixin.LabelNameConditionProperty>
- Enclosing interface:
CfnOrganizationTelemetryRulePropsMixin.LabelNameConditionProperty
@Stability(Stable)
public static final class CfnOrganizationTelemetryRulePropsMixin.LabelNameConditionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOrganizationTelemetryRulePropsMixin.LabelNameConditionProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
labelName
@Stability(Stable) public CfnOrganizationTelemetryRulePropsMixin.LabelNameConditionProperty.Builder labelName(String labelName) - Parameters:
labelName- The label name to match, supporting alphanumeric characters, underscores, hyphens, and colons.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOrganizationTelemetryRulePropsMixin.LabelNameConditionProperty>- Returns:
- a new instance of
CfnOrganizationTelemetryRulePropsMixin.LabelNameConditionProperty - Throws:
NullPointerException- if any required attribute was not provided
-