Class CfnTelemetryRulePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.observabilityadmin.CfnTelemetryRulePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnTelemetryRulePropsMixin>
- Enclosing class:
CfnTelemetryRulePropsMixin
@Stability(Stable)
public static final class CfnTelemetryRulePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnTelemetryRulePropsMixin>
A fluent builder for
CfnTelemetryRulePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) Retrieves the details of a specific telemetry rule in your account.rule(IResolvable rule) Retrieves the details of a specific telemetry rule in your account.The name of the telemetry rule.Lists all tags attached to the specified resource.
-
Method Details
-
create
@Stability(Stable) public static CfnTelemetryRulePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnTelemetryRulePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnTelemetryRulePropsMixin.Builder.
-
rule
Retrieves the details of a specific telemetry rule in your account.- Parameters:
rule- Retrieves the details of a specific telemetry rule in your account. This parameter is required.- Returns:
this- See Also:
-
rule
@Stability(Stable) public CfnTelemetryRulePropsMixin.Builder rule(CfnTelemetryRulePropsMixin.TelemetryRuleProperty rule) Retrieves the details of a specific telemetry rule in your account.- Parameters:
rule- Retrieves the details of a specific telemetry rule in your account. This parameter is required.- Returns:
this- See Also:
-
ruleName
The name of the telemetry rule.- Parameters:
ruleName- The name of the telemetry rule. This parameter is required.- Returns:
this- See Also:
-
tags
Lists all tags attached to the specified resource.Supports telemetry rule resources and telemetry pipeline resources.
- Parameters:
tags- Lists all tags attached to the specified resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnTelemetryRulePropsMixin>- Returns:
- a newly built instance of
CfnTelemetryRulePropsMixin.
-