Class CfnTelemetryRulePropsMixin.LabelNameConditionProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnTelemetryRulePropsMixin.LabelNameConditionProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTelemetryRulePropsMixin.LabelNameConditionProperty>
- Enclosing interface:
CfnTelemetryRulePropsMixin.LabelNameConditionProperty
@Stability(Stable)
public static final class CfnTelemetryRulePropsMixin.LabelNameConditionProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTelemetryRulePropsMixin.LabelNameConditionProperty>
A builder for
CfnTelemetryRulePropsMixin.LabelNameConditionProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnTelemetryRulePropsMixin.LabelNameConditionProperty.getLabelName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
labelName
@Stability(Stable) public CfnTelemetryRulePropsMixin.LabelNameConditionProperty.Builder labelName(String labelName) Sets the value ofCfnTelemetryRulePropsMixin.LabelNameConditionProperty.getLabelName()- 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<CfnTelemetryRulePropsMixin.LabelNameConditionProperty>- Returns:
- a new instance of
CfnTelemetryRulePropsMixin.LabelNameConditionProperty - Throws:
NullPointerException- if any required attribute was not provided
-